aboutsummaryrefslogtreecommitdiff
path: root/dep/boost
diff options
context:
space:
mode:
Diffstat (limited to 'dep/boost')
-rw-r--r--dep/boost/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/dep/boost/CMakeLists.txt b/dep/boost/CMakeLists.txt
index 3c94748357b..80c6c773a1f 100644
--- a/dep/boost/CMakeLists.txt
+++ b/dep/boost/CMakeLists.txt
@@ -32,9 +32,9 @@ include (CheckCXXSourceCompiles)
if (WIN32)
# On windows the requirements are higher according to the wiki.
- set(BOOST_REQUIRED_VERSION 1.70)
+ set(BOOST_REQUIRED_VERSION 1.73)
else()
- set(BOOST_REQUIRED_VERSION 1.67)
+ set(BOOST_REQUIRED_VERSION 1.71)
endif()
find_package(Boost ${BOOST_REQUIRED_VERSION} REQUIRED system filesystem program_options iostreams regex)