Update pingcheck to work with cmake 3.28 master
authorLudwig Jäck <ludwig.jaeck@intra2net.com>
Wed, 10 Apr 2024 14:23:55 +0000 (16:23 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Thu, 16 May 2024 13:18:20 +0000 (15:18 +0200)
commit60dcabebd386238202192e37a901b3abed647a41
tree525d5be4debfe62d8792220e4d412755f1c4961c
parentac6b282a1bb3b9beffde6332eb669062149c28ad
Update pingcheck to work with cmake 3.28

Most prominent change: The way the boost libraries get linked.
18 files changed:
CMakeLists.txt
src/CMakeLists.txt
test/CMakeLists.test_configurationcommandline.txt
test/CMakeLists.test_configurationfile.txt
test/CMakeLists.test_configurationoptions.txt
test/CMakeLists.test_dns.txt
test/CMakeLists.test_hoststatus.txt
test/CMakeLists.test_icmppacket.txt
test/CMakeLists.test_icmpv4header.txt
test/CMakeLists.test_icmpv6header.txt
test/CMakeLists.test_ipv4header.txt
test/CMakeLists.test_ipv6header.txt
test/CMakeLists.test_linkstatus.txt
test/CMakeLists.test_loglevel.txt
test/CMakeLists.test_logoutput.txt
test/CMakeLists.test_messagepayload.txt
test/CMakeLists.test_pingprotocol.txt
test/CMakeLists.test_tcpheader.txt