Consistency: Replace tabs by spaces
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 23 Sep 2010 09:08:50 +0000 (09:08 +0000)
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 23 Sep 2010 09:08:50 +0000 (09:08 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34206 f5534014-38df-0310-8fa8-9805f1628bb7

CMakeOptions.txt

index 910dc470434573a8fa6a0fc1915e6c40a6dbeff2..9314b5ec70fac0d4486359d297969fd967afd0e4 100644 (file)
@@ -16,9 +16,9 @@ option(AUTOGEN_dcerpc    "Autogenerate dcerpc dissectors" OFF)
 option(AUTOGEN_pidl      "Autogenerate pidl dissectors" OFF)
 
 option(NEW_PACKET_LIST   "Compile with new packet list code" ON)
-option(DISABLE_WERROR   "Do not treat Warnings as errors" OFF)
+option(DISABLE_WERROR    "Do not treat Warnings as errors" OFF)
 option(ENABLE_EXTRA_GCC_CHECKS "Do additional -W checks in GCC (disables -Werror)" OFF)
-option(ENABLE_AIRPCAP   "Enable Airpcap support" ON)
+option(ENABLE_AIRPCAP    "Enable Airpcap support" ON)
 # todo
 option(ENABLE_STATIC     "Build a static version of Wireshark (not yet working)" OFF)
 option(ENABLE_PLUGINS    "Build with plugins" ON)
@@ -28,14 +28,14 @@ option(ENABLE_ADNS       "Build with adns support" ON)
 option(ENABLE_PCRE       "Build with pcre support" ON)
 option(ENABLE_PORTAUDIO  "Build with portaudio support" ON)
 option(ENABLE_ZLIB       "Build with zlib compression support" ON)
-option(ENABLE_LUA       "Build with lua dissector support" ON)
-option(ENABLE_PYTHON    "Build with python dissector support" OFF)
-option(ENABLE_SMI       "Build with smi snmp support" ON)
-option(ENABLE_GNUTLS    "Build with GNU TLS support" ON)
-option(ENABLE_GCRYPT    "Build with GNU crypto support" ON)
-option(ENABLE_GEOIP     "Build with GeoIP support" ON)
-option(ENABLE_CAP       "Build with posix capabilities support" ON)
+option(ENABLE_LUA        "Build with lua dissector support" ON)
+option(ENABLE_PYTHON     "Build with python dissector support" OFF)
+option(ENABLE_SMI        "Build with smi snmp support" ON)
+option(ENABLE_GNUTLS     "Build with GNU TLS support" ON)
+option(ENABLE_GCRYPT     "Build with GNU crypto support" ON)
+option(ENABLE_GEOIP      "Build with GeoIP support" ON)
+option(ENABLE_CAP        "Build with posix capabilities support" ON)
 option(ENABLE_CARES      "Build with c_ares support" ON)
 # todo Mostly hardcoded
-option(ENABLE_KERBEROS  "Build with Kerberos support" ON)
+option(ENABLE_KERBEROS   "Build with Kerberos support" ON)