aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeOptions.txt
AgeCommit message (Collapse)AuthorFilesLines
2011-03-08A little more old packet list cleanupStephen Fisher1-1/+0
svn path=/trunk/; revision=36172
2010-09-25- FindGLIB2.cmake updates fromJörg Mayer1-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. svn path=/trunk/; revision=34248
2010-09-23Consistency: Replace tabs by spacesJörg Mayer1-10/+10
svn path=/trunk/; revision=34206
2010-09-23Copy behaviour ofJörg Mayer1-0/+1
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=34145 to cmake. svn path=/trunk/; revision=34205
2010-09-23Enable Python for HEAD to make sure build problems are found.Jörg Mayer1-1/+1
svn path=/trunk/; revision=34195
2010-05-15text2pcap_scanner.l does not compile without warningsJörg Mayer1-2/+1
on my system - add it to the non-clean file list. svn path=/trunk/; revision=32825
2010-05-15- Move cmake options into their own file, making it easier toJörg Mayer1-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. svn path=/trunk/; revision=32823