From 4bfd2dfdf1b3fd1c6e810ffcc6ad8175873b888c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Mayer?= Date: Sat, 25 Sep 2010 15:38:12 +0000 Subject: - 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 --- CMakeOptions.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeOptions.txt') 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) -- cgit v1.2.3