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 44633: /trunk/ /trunk/ui/qt/: CMakeLists.txt /trunk/: CM

Date: Thu, 23 Aug 2012 12:30:17 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=44633

User: jmayer
Date: 2012/08/23 05:30 AM

Log:
 The proper way to set compiler flags in cmake is not by using
 add_definitions() but the variables CMAKE_C{,XX}_FLAGS. Set these
 flags correctly at the toplevel, so no hack in the ui/qt/ subdir
 is required anymore.

Directory: /trunk/ui/qt/
  Changes    Path              Action
  +0 -7      CMakeLists.txt    Modified

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