diff options
author | Jörg Mayer <jmayer@loplof.de> | 2010-09-25 15:38:12 +0000 |
---|---|---|
committer | Jörg Mayer <jmayer@loplof.de> | 2010-09-25 15:38:12 +0000 |
commit | 4bfd2dfdf1b3fd1c6e810ffcc6ad8175873b888c (patch) | |
tree | e8759cf70a0780a2d74ca50c6e74bb0d78b317d8 /wiretap | |
parent | 7ec231f7f1506edfa4c69a5d3534881335d7526c (diff) | |
download | wireshark-4bfd2dfdf1b3fd1c6e810ffcc6ad8175873b888c.tar.gz wireshark-4bfd2dfdf1b3fd1c6e810ffcc6ad8175873b888c.tar.bz2 wireshark-4bfd2dfdf1b3fd1c6e810ffcc6ad8175873b888c.zip |
- 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 'wiretap')
-rw-r--r-- | wiretap/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wiretap/CMakeLists.txt b/wiretap/CMakeLists.txt index 7de25299f5..6d416d2a0f 100644 --- a/wiretap/CMakeLists.txt +++ b/wiretap/CMakeLists.txt @@ -94,6 +94,7 @@ add_yacc_files(WIRETAP_FILES set(wiretap_LIBS ${GLIB2_LIBRARIES} + ${GMODULE2_LIBRARIES} ${ZLIB_LIBRARIES} wsutil ) |