Skip to content

Commit

Permalink
Updated Pcap++ to 22.11
Browse files Browse the repository at this point in the history
The reason to choose 22.11 and not 23.09 (i.e. latest) is that the latest version doesn't have VS 2015 binaries anymore.
  • Loading branch information
FlorianReimold authored Mar 19, 2024
1 parent da6d758 commit cb7d50b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions thirdparty/pcapplusplus/pcapplusplus_make_available.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
if (NOT DEFINED PCAPPLUSPLUS_ARCHIVE_URL)
set(PCAPPLUSPLUS_ARCHIVE_URL "https://github.com/seladb/PcapPlusPlus/releases/download/v22.05/pcapplusplus-22.05-windows-vs2015.zip")
set(PCAPPLUSPLUS_ARCHIVE_HASH "MD5=f0c3c289d1350fa5a5755478fef55964")
set(PCAPPLUSPLUS_ARCHIVE_URL "https://github.com/seladb/PcapPlusPlus/releases/download/v22.11/pcapplusplus-22.11-windows-vs2015.zip")
set(PCAPPLUSPLUS_ARCHIVE_HASH "MD5=d20cc0706c6a246b8c4cfb44ce149ffa")
endif()

include(FetchContent)
Expand All @@ -16,4 +16,4 @@ if(NOT pcapplusplus_POPULATED)
FetchContent_Populate(pcapplusplus)
endif()
set(pcapplusplus_ROOT_DIR "${pcapplusplus_SOURCE_DIR}")
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/Modules/)
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/Modules/)

0 comments on commit cb7d50b

Please sign in to comment.