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 cc36d5b commit dd63b65Copy full SHA for dd63b65
CMakeLists.txt
@@ -6,8 +6,8 @@ cmake_minimum_required(VERSION 4.1.1)
6
set(CMAKE_TRY_COMPILE_TARGET_TYPE STATIC_LIBRARY)
7
project(msvc_standard_libraries LANGUAGES CXX)
8
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.")
+if(CMAKE_CXX_COMPILER_VERSION VERSION_LESS "19.50.35719")
+ message(FATAL_ERROR "The STL must be built with MSVC Compiler 19.50.35719 or later.")
11
endif()
12
13
include(CheckCXXSourceCompiles)
0 commit comments