From 8e8349e18e26b796412ebf7327c38a8eb26d25e4 Mon Sep 17 00:00:00 2001 From: Meno Abels Date: Sat, 2 Jan 2021 20:12:53 +0100 Subject: [PATCH] update boost version --- cpp/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index c884947..87998a9 100755 --- a/cpp/CMakeLists.txt +++ b/cpp/CMakeLists.txt @@ -19,7 +19,7 @@ endif() #Only tested with versions 1.55 and 1.56 -find_package(Boost 1.54.0 COMPONENTS system regex REQUIRED) +find_package(Boost 1.65.1 COMPONENTS system regex REQUIRED) include_directories(${Boost_INCLUDE_DIR}) if(APPLE)