From 9ca98e5b5bc57cafe99e9e9318cf25775d910a10 Mon Sep 17 00:00:00 2001 From: Florian Reimold <11774314+FlorianReimold@users.noreply.github.com> Date: Wed, 14 May 2025 13:41:33 +0200 Subject: [PATCH] Updated built-in Pcap++ to v25.05 --- thirdparty/pcapplusplus/pcapplusplus_make_available.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thirdparty/pcapplusplus/pcapplusplus_make_available.cmake b/thirdparty/pcapplusplus/pcapplusplus_make_available.cmake index 169aa43..9a6e95a 100644 --- a/thirdparty/pcapplusplus/pcapplusplus_make_available.cmake +++ b/thirdparty/pcapplusplus/pcapplusplus_make_available.cmake @@ -1,7 +1,7 @@ include(FetchContent) FetchContent_Declare(pcapplusplus GIT_REPOSITORY https://github.com/seladb/PcapPlusPlus.git - GIT_TAG cb97f6e7d22cbacd6a5ad843356dc6be012fa7e1 # 2025-05-07: The latest release 24.09 is not CMake 4.0 ready, so I am using the latest master, here + GIT_TAG v25.05 DOWNLOAD_EXTRACT_TIMESTAMP FALSE )