From d57e3d7f72708bdb75d861bb8d6cc7bbe7db7263 Mon Sep 17 00:00:00 2001 From: Paweł Bylica Date: Wed, 23 Aug 2017 17:59:48 +0200 Subject: CMake: Explicitly ask for Boost.System library --- cmake/EthDependencies.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmake') diff --git a/cmake/EthDependencies.cmake b/cmake/EthDependencies.cmake index 39ce060e..3d05d44b 100644 --- a/cmake/EthDependencies.cmake +++ b/cmake/EthDependencies.cmake @@ -45,7 +45,7 @@ find_program(CTEST_COMMAND ctest) set(Boost_USE_MULTITHREADED ON) option(Boost_USE_STATIC_LIBS "Link Boost statically" ON) -find_package(Boost 1.54.0 QUIET REQUIRED COMPONENTS regex filesystem unit_test_framework program_options) +find_package(Boost 1.54.0 QUIET REQUIRED COMPONENTS regex filesystem unit_test_framework program_options system) eth_show_dependency(Boost boost) -- cgit