Fix Boost 1.69 build (#1685)
* Fix Boost 1.69 build * Revert script change
This commit is contained in:
parent
d174168e3d
commit
fc77ae7b0d
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ if (BOOST_ROOT)
|
|||
list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/Modules")
|
||||
endif ()
|
||||
|
||||
find_package (Boost 1.66.0 REQUIRED COMPONENTS filesystem log thread program_options)
|
||||
find_package (Boost 1.66.0 REQUIRED COMPONENTS filesystem log thread program_options system)
|
||||
|
||||
add_subdirectory(crypto/ed25519-donna)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue