Fix a typo
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 22 Aug 2011 08:42:52 +0000 (08:42 +0000)
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 22 Aug 2011 08:42:52 +0000 (08:42 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38663 f5534014-38df-0310-8fa8-9805f1628bb7

CMakeOptions.txt

index 414ad071cd17034660ff66dae2a469770db97db0..be47cbd9c790f2faa6bda4308fd9778df2f25543 100644 (file)
@@ -18,7 +18,7 @@ option(AUTOGEN_pidl      "Autogenerate pidl dissectors" 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_GTK3       "Use GTK3 instead of GTK2 (does not compile yet)" OFF)
-option(ENABLE_UI_MANAGER) "Build GTK UI with the new UI-Manager API" ON)
+option(ENABLE_UI_MANAGER "Build GTK UI with the new UI-Manager API" ON)
 #
 # Do not make this the default on UN*X; AirPcap support is available
 # only on Windows.  It might be nice to have it, on Windows, check