aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/modules
AgeCommit message (Collapse)AuthorFilesLines
2013-05-11Remove generating .cnf files from all target. They willJörg Mayer1-1/+2
be generated when needed. svn path=/trunk/; revision=49241
2013-05-07Make exports actaully workJörg Mayer1-13/+15
Add ansi_map as first generated file that uses exports (from gsm_map in this case). svn path=/trunk/; revision=49195
2013-05-07Move common code into UseAsn2Wrs.cmake.Jörg Mayer1-0/+44
Include the new file. Use the new file. Add cmake support to rebuild the gsm_map dissector. svn path=/trunk/; revision=49194
2013-05-04Attempted fix for https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8619Jörg Mayer1-1/+6
When there are several versions of lua installed, try to pick the library version that matches the include file(s) we selected. svn path=/trunk/; revision=49164
2013-05-01Print the version of the include files that will be used.Jörg Mayer1-0/+11
svn path=/trunk/; revision=49106
2013-05-01- Fix logic for finding packages with differing Find-nameJörg Mayer1-199/+0
and returned variable-names: Old: Provide the var name and adapt the find-name New: Provide the find-name and adapt the var name This allows for different packages with the same var name. This chage effects Qt4 and PythonInterp. - Replace self created FindPYTHON with cmake provided FindPythonLibs. svn path=/trunk/; revision=49105
2013-04-04If we somehow manage to find libnl version 2 or 3, but don't manage toGuy Harris1-7/+16
find the corresponding libnl-genl or libnl-route libraries, act as if we didn't find libnl. If we didn't find libnl version 2 or 3, don't check whether it's version 2 or 3. svn path=/trunk/; revision=48742
2012-11-22Don't set HAVE_LIBNL1 if we have don't libnl at all.Guy Harris1-1/+3
svn path=/trunk/; revision=46146
2012-09-25Remove trailing whitespaceJörg Mayer1-1/+1
svn path=/trunk/; revision=45118
2012-09-11Differentiate between libnl versions. Feature parity with autofooJörg Mayer1-34/+57
for libnl. svn path=/trunk/; revision=44876
2012-09-10Only check if the NL-stuff isn't in the caches alreadyJörg Mayer1-38/+45
svn path=/trunk/; revision=44838
2012-09-06Get netlink detection working with cmake (not complete)Jörg Mayer1-33/+53
svn path=/trunk/; revision=44791
2012-08-25Have CMake also consider the include path "lua5.2" (note the dot),Evan Huus1-1/+1
since that is where it can be found on recent Ubuntus, and without it you get a mix of 5.1 includes and 5.2 libraries, which breaks the build. svn path=/trunk/; revision=44669
2012-08-23Replace if(os1) endif() if(os2) endif() with elseifJörg Mayer1-4/+2
svn path=/trunk/; revision=44632
2012-06-20Complete cmake support for netlink detectionJörg Mayer1-0/+50
svn path=/trunk/; revision=43421
2012-06-17Try to detect Lua 5.2 as wellJörg Mayer1-3/+3
svn path=/trunk/; revision=43307
2011-11-21Linking against GTK3 stoped working because only libgtk3 was linkedJörg Mayer1-11/+18
against and no libs that gtk3 depended on. Fix this. svn path=/trunk/; revision=39970
2011-10-08Mimic test for IPv6 support in GeoIP from autofooJörg Mayer1-4/+10
svn path=/trunk/; revision=39307
2011-08-23Remove support for libpcre, we use GRegex in GLib.Stig Bjørlykke1-35/+0
svn path=/trunk/; revision=38683
2011-08-05FindGTK2: Add a check for pangocairo. It has to be linked explicitly, atGerald Combs2-6/+8
least for MacPorts. FindPCAP: Define HAVE_PCAP_CREATE if we have pcap_create. svn path=/trunk/; revision=38372
2011-08-05Add call to FindPackageHandleStandardArgsJörg Mayer1-0/+1
svn path=/trunk/; revision=38361
2011-08-05Attempt to properly fix the missing path information for glib librariesJörg Mayer1-106/+112
svn path=/trunk/; revision=38360
2011-07-12Remote trailing whitespaceJörg Mayer1-7/+7
svn path=/trunk/; revision=37993
2011-07-06Add detection of rpcap support in libpcap and use it if available.Jörg Mayer1-10/+18
svn path=/trunk/; revision=37914
2011-06-08As pointed out by Jakub Zawadzki:Jörg Mayer1-0/+6
While updating to the current cmake version of FindZLIB I missed a Wireshark specific addition. Add it back. svn path=/trunk/; revision=37626
2011-06-08Add GTK3 cmake options. It doesn't build, just like its configure pendant.Jörg Mayer1-0/+50
svn path=/trunk/; revision=37623
2011-06-08Last patch removed $Id$ head lineJörg Mayer1-0/+3
svn path=/trunk/; revision=37620
2011-06-08Copy over changes from cmake git HEAD.Jörg Mayer2-28/+62
svn path=/trunk/; revision=37619
2011-06-02From Matthieu Patou <mat@matws.net>Ronnie Sahlberg1-0/+1
Add extra paths for finding GTK2 This makes wireshark build on 64 bit Natty boxens svn path=/trunk/; revision=37515
2011-05-17Update to FindGTK2 from cmake 2.8.3. Add back quartz options whichJörg Mayer1-14/+45
are not part of the official cmake release. svn path=/trunk/; revision=37198
2011-05-12Play catch up with recent configure.in changes:Jörg Mayer1-0/+61
- Link dumpcap (and only dumpcap) against gthread - gtk/gsm_a_stat.c and gtk/menus.c are dirty when configured with UI_MANAGER=1 - Add support run "cmake ... -DWANT_PACKET_EDITOR=1 ..." svn path=/trunk/; revision=37103
2011-04-29Don't check for the existence of gzclearerr() any more.Jeff Morriss1-2/+2
Check for inflatePrime(). svn path=/trunk/; revision=36955
2011-02-09Accommodate the CMake build on Ubuntu 10.10.Jaap Keuter1-0/+1
svn path=/trunk/; revision=35888
2011-01-08From H.sivank:Guy Harris1-0/+1
-A patch to fix configure with cmake with macports libs. (gdk-pixbuf has now its own port. Location of headers has changed.) svn path=/trunk/; revision=35429
2010-11-15cmake stuff:Jörg Mayer1-0/+1
- Fix fallout from gtk/text_import_scanner.l patch: Wireshark will build with cmake again. - Update README.cmake a bit - Running "cmake -DUI_MANAGER=ON" will give you the new ui-manager. svn path=/trunk/; revision=34885
2010-09-28- Reset a few more variables used in FindXYZ scripts.Jörg Mayer3-3/+8
- README.cmake: small update. - Set a variable before using it for installation. svn path=/trunk/; revision=34274
2010-09-25- FindGLIB2.cmake updates fromJörg Mayer3-173/+285
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-24Reset CMAKE_REQUIRED_FLAGS after checking flags.Stig Bjørlykke1-0/+1
svn path=/trunk/; revision=34233
2010-09-23H.sivank:Jörg Mayer1-0/+3
Cmake fixes. svn path=/trunk/; revision=34225
2010-09-23Add check for HAVE_GZCLEARERR.Jörg Mayer1-0/+4
svn path=/trunk/; revision=34204
2010-09-23Try to add support to learn the HTML_VIEWER variable and the DOC_DIR ↵Jörg Mayer1-1/+1
variables from the environment - not yet working svn path=/trunk/; revision=34200
2010-07-22Set missing svn:keywords and svn:eol-style.Stig Bjørlykke1-42/+42
svn path=/trunk/; revision=33616
2010-05-24Jose Pedro Oliveira <jpo@di.uminho.pt>Jörg Mayer1-0/+1
(via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4786) Add missing +INCLUDE(CheckVariableExists) to make the previous commit work. svn path=/trunk/; revision=32939
2010-05-24At least according to the CMake 2.6 documentation,Guy Harris1-0/+1
CHECK_VARIABLE_EXISTS() can be used to check for C variables; use that to check for pcap_version. svn path=/trunk/; revision=32938
2010-05-19Commit 32350 replaced the self written FindZ.cmake by cmakesJörg Mayer1-0/+2
FindZLIB.cmake. What it didn't do was do adapt the magic names that are derived from the name of the FindXXX.cmake script. Fix that. Also add $Id$ to the FindZLIB.cmake script. svn path=/trunk/; revision=32899
2010-04-01Add readme to track modulesKovarththanan Rajaratnam1-0/+3
svn path=/trunk/; revision=32351
2010-04-01Sync ZLIB from CMake trunkKovarththanan Rajaratnam2-35/+40
svn path=/trunk/; revision=32350
2010-03-18cmake changes:Jörg Mayer1-0/+22
- Add checking for linker flags - Install plugins with the name including the Wireshark version. This will make it easier to find matching plugin versions if files get just copied over. svn path=/trunk/; revision=32231
2010-03-17Add CMake tests for pcap_datalink_val_to_description() andGuy Harris1-6/+14
pcap_free_datalinks(). Sort the CMake tests in cmake/modules/FindPCAP.cmake into the same order as the tests in the autoconf script, and note that, in the autoconf script, the checks for pcap_open_dead() and pcap_freecode() do more than just look for the routines in the library. svn path=/trunk/; revision=32225
2010-03-08Added search for GDKPIXBUF to help building on OSX.Stig Bjørlykke1-3/+2
svn path=/trunk/; revision=32141