We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f59ec4e commit 9d9242bCopy full SHA for 9d9242b
cmake/modules/hunter_setup_msvc.cmake
@@ -66,7 +66,7 @@ macro(hunter_setup_msvc)
66
string(COMPARE EQUAL "${MSVC_VERSION}" "1900" _vs_14_2015)
67
string(REGEX MATCH "^191[0-9]$" _vs_15_2017 "${MSVC_VERSION}")
68
string(REGEX MATCH "^192[0-9]$" _vs_16_2019 "${MSVC_VERSION}")
69
- string(REGEX MATCH "^193[0-9]$" _vs_17_2022 "${MSVC_VERSION}")
+ string(REGEX MATCH "^19[34][0-9]$" _vs_17_2022 "${MSVC_VERSION}")
70
71
if(_vs_8_2005)
72
set(HUNTER_MSVC_VERSION "8")
0 commit comments