Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 32823: /trunk/ /trunk/: CMakeLists.txt CMakeOptions.txt

Date: Sat, 15 May 2010 20:41:55 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=32823

User: jmayer
Date: 2010/05/15 01:41 PM

Log:
 - Move cmake options into their own file, making it easier to
   use a locally modified version of the stuff
 - Some (still preliminary) CPack changes
 - Add -fexcess-precision=fast (configure.in and CmakeLists.txt)
   to the compileflags (new gcc-4.5 feature to maintain backward
   compatibility with gcc-4.4 and IMO we don't need the slower but
   more exact implementation gcc 4.5 offers.

Directory: /trunk/
  Changes    Path                Action
  +2 -35     CMakeLists.txt      Modified
  +41 -0     CMakeOptions.txt    Added
  +46 -3     CPackConfig.txt     Modified
  +2 -0      configure.in        Modified