Update required boost version to 1.66

This commit is contained in:
Luke Alonso 2018-01-06 21:36:32 -08:00 committed by androm3da
commit 48fb5fa5c8

View file

@ -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