Fix Boost 1.69 build (#1685)

* Fix Boost 1.69 build

* Revert script change
This commit is contained in:
Sergey Kroshnin 2019-02-01 21:27:59 +03:00 committed by Russel Waters
commit fc77ae7b0d

View file

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