Skip to content

Commit e4a2328

Browse files
committed
bump the max MSVC ver
1 parent ea94b7b commit e4a2328

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
@@ -56,7 +56,7 @@ endif()
5656

5757
if(WIN32)
5858
set(MSVC_MIN_VER 1930)
59-
set(MSVC_MAX_VER 1941)
59+
set(MSVC_MAX_VER 1942)
6060
if(NOT MSVC)
6161
message(SEND_ERROR "No MSVC found! MSVC 2022 version ${MSVC_MIN_VER} to ${MSVC_MAX_VER} is required.")
6262
elseif((MSVC_VERSION LESS MSVC_MIN_VER) OR (MSVC_VERSION GREATER MSVC_MAX_VER))

0 commit comments

Comments
 (0)