summaryrefslogtreecommitdiff
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* Fix a typoFrancois-Xavier Le Bail2022-07-101-1/+1
* On Solaris, for 64-bit builds, use the 64-bit pcap-config.Guy Harris2021-08-081-8/+48
* CMake: add stuff from CMAKE_PREFIX_PATH to PKG_CONFIG_PATH.Guy Harris2021-01-081-0/+97
* Add a comment about how to tell this where to find pcap.Guy Harris2020-02-041-0/+6
* Remove trailing spacesFrancois-Xavier Le Bail2019-08-161-1/+1
* Add a message for pcap-config, and suppress messages with QUIET.Guy Harris2019-04-291-2/+7
* To search for a library under multiple names, say "NAMES name1 name2 ...".Guy Harris2019-04-291-1/+1
* Redo the checks for libpcap.Guy Harris2019-04-291-191/+283
* Use pkg-config if we can. Clean up some CMake stuff.Guy Harris2019-04-261-124/+192
* Fix tpo in previous commit.Guy Harris2019-04-261-1/+1
* Clean up the find module for libpcap.Guy Harris2019-04-251-28/+27
* Try to find the 64-bit libraries in a 64-bit build.Guy Harris2018-09-131-0/+16
* Handle the output of pcap-config --cflags being empty.Guy Harris2018-07-121-1/+1
* Fixtypo.Guy Harris2018-01-281-1/+1
* On Windows, if we don't find libpcap, look for libwpcap.Guy Harris2018-01-281-19/+14
* Add support for PCAP_DLL_DIR as a hint on Windows.Guy Harris2018-01-281-10/+30
* Set PCAP_INCLUDE_DIRS as well as PCAP_INCLUDE_DIR.Guy Harris2018-01-261-1/+6
* Don't do "here's the directories in which to look for libraries".Guy Harris2018-01-261-21/+35
* Use pcap-config if we have it.Guy Harris2018-01-261-7/+88
* Set XXX_INCLUDE_DIRS and XXX_LIBRARIES in find modules.Guy Harris2018-01-233-0/+9
* Add libcrypto checks.Guy Harris2018-01-221-0/+21
* Initial CMake support.Guy Harris2018-01-212-0/+42