We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a39a25 commit 3d90f44Copy full SHA for 3d90f44
1 file changed
cmake/modules/PcapPlusPlusUtils.cmake
@@ -20,6 +20,8 @@ function(pcapp_detect_compiler TARGET)
20
set(MSVC_YEAR "2019" PARENT_SCOPE)
21
elseif(MSVC_TOOLSET_VERSION EQUAL 143)
22
set(MSVC_YEAR "2022" PARENT_SCOPE)
23
+ elseif(MSVC_TOOLSET_VERSION EQUAL 145)
24
+ set(MSVC_YEAR "2026" PARENT_SCOPE)
25
else()
26
message(WARNING "Unsupported MSVC_TOOLSET_VERSION: ${MSVC_TOOLSET_VERSION}")
27
set(MSVC_YEAR "2099" PARENT_SCOPE)
0 commit comments