Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 78a0470

Browse files
committedNov 22, 2024
Ensure boost minimum version is at least the one out build is using
1 parent 20a02b5 commit 78a0470

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
@@ -369,7 +369,7 @@ endif()
369369
# set(Boost_COMPILER "-mgw81")
370370
# boost::process was introduced first in version 1.64.0,
371371
# boost::beast::detail::base64 was introduced first in version 1.66.0
372-
set(MINIMUM_BOOST_VERSION "1.66.0")
372+
set(MINIMUM_BOOST_VERSION "1.83.0")
373373
set(_boost_components "system;filesystem;thread;log;locale;regex;chrono;atomic;date_time;iostreams;nowide")
374374
find_package(Boost ${MINIMUM_BOOST_VERSION} REQUIRED COMPONENTS ${_boost_components})
375375

0 commit comments

Comments
 (0)
Please sign in to comment.