From 48fb5fa5c8cca20f49f5eee51eae99a90a71f7bb Mon Sep 17 00:00:00 2001 From: Luke Alonso Date: Sat, 6 Jan 2018 21:36:32 -0800 Subject: [PATCH] Update required boost version to 1.66 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index abf2f905..51a931e4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -102,7 +102,7 @@ include_directories (${CMAKE_SOURCE_DIR}) set(Boost_USE_STATIC_LIBS ON) set(Boost_USE_MULTITHREADED ON) -find_package (Boost 1.57.0 REQUIRED COMPONENTS date_time filesystem system log log_setup thread program_options regex chrono atomic) +find_package (Boost 1.66.0 REQUIRED COMPONENTS date_time filesystem system log log_setup thread program_options regex chrono atomic) include_directories (${Boost_INCLUDE_DIR}) add_library (ed25519