aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent-Michael <vincent_michael@gmx.de>2016-05-14 21:18:46 +0200
committerShauren <shauren.trinity@gmail.com>2016-05-17 17:45:38 +0200
commitf064e782cdf4c37a740d1938f9830d0c462768c9 (patch)
treeb034864b3de0f78850eb6a3f593ae3e4679102f4
parent46c35ce651af921183597c12bac8d25ec5769936 (diff)
Build: Updated boost required to 1.55
(cherry picked from commit fe61770036195c5d11d549e78b720448629ec3cd)
-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