From 14fc78bdec0096b026d6ee655411ae56a0112571 Mon Sep 17 00:00:00 2001 From: sjunges Date: Wed, 27 Jul 2016 15:22:02 +0200 Subject: [PATCH] boost minimal is 1.57 Former-commit-id: a702567f95910ad4e13806f50a9a0ab040863ee7 --- resources/3rdparty/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/3rdparty/CMakeLists.txt b/resources/3rdparty/CMakeLists.txt index dff6db394..3d63db026 100644 --- a/resources/3rdparty/CMakeLists.txt +++ b/resources/3rdparty/CMakeLists.txt @@ -64,7 +64,7 @@ set(Boost_USE_STATIC_LIBS ${USE_BOOST_STATIC_LIBRARIES}) set(Boost_USE_MULTITHREADED ON) set(Boost_USE_STATIC_RUNTIME OFF) -find_package(Boost 1.56.0 QUIET REQUIRED) +find_package(Boost 1.57.0 QUIET REQUIRED) if ((NOT Boost_LIBRARY_DIRS) OR ("${Boost_LIBRARY_DIRS}" STREQUAL "")) set(Boost_LIBRARY_DIRS "${Boost_INCLUDE_DIRS}/stage/lib")