Skip to content

Commit 5a635af

Browse files
authored
bump visual studio version
1 parent ecb6828 commit 5a635af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ endif()
6666

6767
if(WIN32)
6868
set(MSVC_MIN_VER 1930)
69-
set(MSVC_MAX_VER 1943)
69+
set(MSVC_MAX_VER 1944)
7070
if(NOT MSVC)
7171
message(SEND_ERROR "No MSVC found! MSVC 2022 version ${MSVC_MIN_VER} to ${MSVC_MAX_VER} is required.")
7272
elseif((MSVC_VERSION LESS MSVC_MIN_VER) OR (MSVC_VERSION GREATER MSVC_MAX_VER))

0 commit comments

Comments
 (0)