From ebeaff272434a4d3a8a2dd994f3ca32f701d37d3 Mon Sep 17 00:00:00 2001 From: Eberhard Graether Date: Thu, 8 Oct 2015 12:00:37 +0200 Subject: [PATCH] build: Fixed Boost version number in cmake find package call --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 125b5f64..047cede2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -71,7 +71,7 @@ set(Boost_USE_STATIC_RUNTIME OFF) Set(Boost_NO_SYSTEM_PATHS ON) set(BOOST_LIBRARYDIR $ENV{BOOST_159_DIR}) -find_package(Boost 1.55 COMPONENTS system filesystem date_time REQUIRED) +find_package(Boost 1.59 COMPONENTS system filesystem date_time REQUIRED) # Eigen -------------------------------------------------------------------------