aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeOptions.txt
AgeCommit message (Collapse)AuthorFilesLines
2011-03-08A little more old packet list cleanupsfisher1-1/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36172 f5534014-38df-0310-8fa8-9805f1628bb7
2010-09-25- FindGLIB2.cmake updates fromjmayer1-1/+1
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
2010-09-23Consistency: Replace tabs by spacesjmayer1-10/+10
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34206 f5534014-38df-0310-8fa8-9805f1628bb7
2010-09-23Copy behaviour ofjmayer1-0/+1
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=34145 to cmake. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34205 f5534014-38df-0310-8fa8-9805f1628bb7
2010-09-23Enable Python for HEAD to make sure build problems are found.jmayer1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34195 f5534014-38df-0310-8fa8-9805f1628bb7
2010-05-15text2pcap_scanner.l does not compile without warningsjmayer1-2/+1
on my system - add it to the non-clean file list. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32825 f5534014-38df-0310-8fa8-9805f1628bb7
2010-05-15- Move cmake options into their own file, making it easier tojmayer1-0/+41
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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32823 f5534014-38df-0310-8fa8-9805f1628bb7