summaryrefslogtreecommitdiff
path: root/CMakeOptions.txt
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2010-09-25 15:38:12 +0000
committerJörg Mayer <jmayer@loplof.de>2010-09-25 15:38:12 +0000
commit4bfd2dfdf1b3fd1c6e810ffcc6ad8175873b888c (patch)
treee8759cf70a0780a2d74ca50c6e74bb0d78b317d8 /CMakeOptions.txt
parent7ec231f7f1506edfa4c69a5d3534881335d7526c (diff)
downloadwireshark-4bfd2dfdf1b3fd1c6e810ffcc6ad8175873b888c.tar.gz
- FindGLIB2.cmake updates from
http://www.opensync.org/browser/branches/3rd-party-cmake-modules/modules + split out FindGMODULE2.cmake + contains /sw/... by default + supposedly tested on OSX - Disable pcre for cmake builds by default, gregex should be picked up automatically if glib2 is not too old. Should you have trouble linking due to some libgmodule... stuff undefined, please add "${GMODULE2_LIBRARIES}" after "${GLIB2_LIBRARIES}" an report back. svn path=/trunk/; revision=34248
Diffstat (limited to 'CMakeOptions.txt')
-rw-r--r--CMakeOptions.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeOptions.txt b/CMakeOptions.txt
index 9314b5ec70..4d71095a22 100644
--- a/CMakeOptions.txt
+++ b/CMakeOptions.txt
@@ -25,7 +25,7 @@ option(ENABLE_PLUGINS "Build with plugins" ON)
option(ENABLE_GUIDES "Build Guides" OFF)
option(ENABLE_ADNS "Build with adns support" ON)
-option(ENABLE_PCRE "Build with pcre support" ON)
+option(ENABLE_PCRE "Build with pcre support" OFF)
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)