Skip to content

Commit dd63b65

Browse files
MSVC Compiler 19.50.35719.
1 parent cc36d5b commit dd63b65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ cmake_minimum_required(VERSION 4.1.1)
66
set(CMAKE_TRY_COMPILE_TARGET_TYPE STATIC_LIBRARY)
77
project(msvc_standard_libraries LANGUAGES CXX)
88

9-
if(CMAKE_CXX_COMPILER_VERSION VERSION_LESS "19.50.35717")
10-
message(FATAL_ERROR "The STL must be built with MSVC Compiler 19.50.35717 or later.")
9+
if(CMAKE_CXX_COMPILER_VERSION VERSION_LESS "19.50.35719")
10+
message(FATAL_ERROR "The STL must be built with MSVC Compiler 19.50.35719 or later.")
1111
endif()
1212

1313
include(CheckCXXSourceCompiles)

0 commit comments

Comments
 (0)