aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorPaweł Bylica <chfast@gmail.com>2017-08-23 23:59:48 +0800
committerPaweł Bylica <chfast@gmail.com>2017-08-23 23:59:48 +0800
commitd57e3d7f72708bdb75d861bb8d6cc7bbe7db7263 (patch)
tree2e9c9ae948872c7828bfa91b47cf2c8913aba686 /cmake
parentee09a0664780a6ffd5affa27b7dcb7fc2deef608 (diff)
downloaddexon-solidity-d57e3d7f72708bdb75d861bb8d6cc7bbe7db7263.tar.gz
dexon-solidity-d57e3d7f72708bdb75d861bb8d6cc7bbe7db7263.tar.zst
dexon-solidity-d57e3d7f72708bdb75d861bb8d6cc7bbe7db7263.zip
CMake: Explicitly ask for Boost.System library
Diffstat (limited to 'cmake')
-rw-r--r--cmake/EthDependencies.cmake2
1 files changed, 1 insertions, 1 deletions
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)