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 7501f1b commit 7adf490Copy full SHA for 7adf490
CMakeLists.txt
@@ -11,7 +11,7 @@ project(msvc_standard_libraries LANGUAGES CXX)
11
12
find_package(Boost REQUIRED)
13
14
-set(VCLIBS_MIN_BOOST_VERSION 1.75.0)
+set(VCLIBS_MIN_BOOST_VERSION 1.76.0)
15
if("${Boost_VERSION}" VERSION_LESS "${VCLIBS_MIN_BOOST_VERSION}")
16
message(FATAL_ERROR "Detected Boost version is too old (older than ${VCLIBS_MIN_BOOST_VERSION}).")
17
endif()
vcpkg
0 commit comments