Update required boost version to 1.66
This commit is contained in:
parent
d62f527955
commit
48fb5fa5c8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue