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 20a02b5 commit 78a0470Copy full SHA for 78a0470
CMakeLists.txt
@@ -369,7 +369,7 @@ endif()
369
# set(Boost_COMPILER "-mgw81")
370
# boost::process was introduced first in version 1.64.0,
371
# boost::beast::detail::base64 was introduced first in version 1.66.0
372
-set(MINIMUM_BOOST_VERSION "1.66.0")
+set(MINIMUM_BOOST_VERSION "1.83.0")
373
set(_boost_components "system;filesystem;thread;log;locale;regex;chrono;atomic;date_time;iostreams;nowide")
374
find_package(Boost ${MINIMUM_BOOST_VERSION} REQUIRED COMPONENTS ${_boost_components})
375
0 commit comments