aboutsummaryrefslogtreecommitdiff
path: root/dep/boost/CMakeLists.txt
diff options
context:
space:
mode:
authorVincent-Michael <vincent_michael@gmx.de>2016-05-14 21:18:46 +0200
committerVincent-Michael <vincent_michael@gmx.de>2016-05-14 21:19:22 +0200
commitfe61770036195c5d11d549e78b720448629ec3cd (patch)
tree9f2f202f2a321e64841b13db6b408860a571baa0 /dep/boost/CMakeLists.txt
parent5cb2ca5c81d4f5d9acafc6df234783896cd48de7 (diff)
Build: Updated boost required to 1.55
Diffstat (limited to 'dep/boost/CMakeLists.txt')
-rw-r--r--dep/boost/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/dep/boost/CMakeLists.txt b/dep/boost/CMakeLists.txt
index 6cda5fbec4e..764953ab587 100644
--- a/dep/boost/CMakeLists.txt
+++ b/dep/boost/CMakeLists.txt
@@ -26,7 +26,7 @@ if(WIN32)
set(Boost_USE_STATIC_RUNTIME OFF)
endif()
-find_package(Boost 1.51 REQUIRED system filesystem thread program_options iostreams regex)
+find_package(Boost 1.55 REQUIRED system filesystem thread program_options iostreams regex)
# Find if Boost was compiled in C++03 mode because it requires -DBOOST_NO_CXX11_SCOPED_ENUMS