- FindGLIB2.cmake updates from
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 25 Sep 2010 15:38:12 +0000 (15:38 +0000)
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 25 Sep 2010 15:38:12 +0000 (15:38 +0000)
commitd391c55eb6e465f4c8d07d3ec742875ab197fbe0
treee8759cf70a0780a2d74ca50c6e74bb0d78b317d8
parent106a2ee32755cecfb7e23db4925b1d2d513cf3ea
- 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.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34248 f5534014-38df-0310-8fa8-9805f1628bb7
CMakeLists.txt
CMakeOptions.txt
cmake/modules/COPYING-CMAKE-SCRIPTS [new file with mode: 0644]
cmake/modules/FindGLIB2.cmake
cmake/modules/FindGMODULE2.cmake [new file with mode: 0644]
wiretap/CMakeLists.txt