Skip to content

Commit

Permalink
Merge pull request #5508 from pmjdebruijn/minimum_boost_version
Browse files Browse the repository at this point in the history
CMakeLists: set MINIMUM_BOOST_VERSION to 1.66.0 (due to Base64, #3375)
  • Loading branch information
bubnikv committed Feb 10, 2021
2 parents 03c1045 + 80cb022 commit ba95a93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -289,8 +289,8 @@ endif()
#set(Boost_DEBUG ON)
# set(Boost_COMPILER "-mgw81")
if(NOT WIN32)
# boost::process was introduced first in version 1.64.0
set(MINIMUM_BOOST_VERSION "1.64.0")
# boost::beast::detail::base64 was introduced first in version 1.66.0
set(MINIMUM_BOOST_VERSION "1.66.0")
endif()
set(_boost_components "system;filesystem;thread;log;locale;regex;chrono;atomic;date_time")
find_package(Boost ${MINIMUM_BOOST_VERSION} REQUIRED COMPONENTS ${_boost_components})
Expand Down

0 comments on commit ba95a93

Please sign in to comment.