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 ecb6828 commit 5a635afCopy full SHA for 5a635af
CMakeLists.txt
@@ -66,7 +66,7 @@ endif()
66
67
if(WIN32)
68
set(MSVC_MIN_VER 1930)
69
- set(MSVC_MAX_VER 1943)
+ set(MSVC_MAX_VER 1944)
70
if(NOT MSVC)
71
message(SEND_ERROR "No MSVC found! MSVC 2022 version ${MSVC_MIN_VER} to ${MSVC_MAX_VER} is required.")
72
elseif((MSVC_VERSION LESS MSVC_MIN_VER) OR (MSVC_VERSION GREATER MSVC_MAX_VER))
0 commit comments