CMake: Explicitly ask for Boost.System library

This commit is contained in:
Paweł Bylica 2017-08-23 17:59:48 +02:00
parent ee09a06647
commit d57e3d7f72
No known key found for this signature in database
GPG Key ID: 7A0C037434FE77EF

View File

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