From 6d321d2428c71bd0e341032921134471492161f7 Mon Sep 17 00:00:00 2001 From: Daniel Wolf Date: Thu, 8 Sep 2016 20:35:15 +0200 Subject: [PATCH] Requiring only Boost 1.54, not 1.58 Easier to install on older Linux systems --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7efb002..c99c019 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -62,7 +62,7 @@ set_property(GLOBAL PROPERTY USE_FOLDERS ON) set(Boost_USE_STATIC_LIBS ON) # Use static libs set(Boost_USE_MULTITHREADED ON) # Enable multithreading support set(Boost_USE_STATIC_RUNTIME ON) # Use static C++ runtime -find_package(Boost 1.58 REQUIRED COMPONENTS filesystem locale system) +find_package(Boost 1.54 REQUIRED COMPONENTS filesystem locale system) include_directories(SYSTEM ${Boost_INCLUDE_DIRS}) # ... C++ Format