ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 34248: /trunk/ /trunk/cmake/modules/: COPYING-CMAKE-SCRI

Date: Sat, 25 Sep 2010 15:38:17 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=34248

User: jmayer
Date: 2010/09/25 08:38 AM

Log:
 - 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.

Directory: /trunk/cmake/modules/
  Changes    Path                     Action
  +27 -0     COPYING-CMAKE-SCRIPTS    Added
  +188 -162  FindGLIB2.cmake          Modified
  +59 -0     FindGMODULE2.cmake       Added

Directory: /trunk/
  Changes    Path                Action
  +1 -1      CMakeLists.txt      Modified
  +1 -1      CMakeOptions.txt    Modified

Directory: /trunk/wiretap/
  Changes    Path              Action
  +1 -0      CMakeLists.txt    Modified