Skip to content

Commit 7adf490

Browse files
Update vcpkg and require Boost 1.76.0 (#2081)
1 parent 7501f1b commit 7adf490

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ project(msvc_standard_libraries LANGUAGES CXX)
1111

1212
find_package(Boost REQUIRED)
1313

14-
set(VCLIBS_MIN_BOOST_VERSION 1.75.0)
14+
set(VCLIBS_MIN_BOOST_VERSION 1.76.0)
1515
if("${Boost_VERSION}" VERSION_LESS "${VCLIBS_MIN_BOOST_VERSION}")
1616
message(FATAL_ERROR "Detected Boost version is too old (older than ${VCLIBS_MIN_BOOST_VERSION}).")
1717
endif()

vcpkg

Submodule vcpkg updated 3617 files

0 commit comments

Comments
 (0)