Check for boost libraries required for volk_gnsssdr

This commit is contained in:
Carles Fernandez 2016-12-06 14:54:43 +01:00
parent e5000e4dca
commit e56bb77979
1 changed files with 1 additions and 1 deletions

View File

@ -365,7 +365,7 @@ set(Boost_ADDITIONAL_VERSIONS
)
set(Boost_USE_MULTITHREAD ON)
set(Boost_USE_STATIC_LIBS OFF)
find_package(Boost COMPONENTS date_time system filesystem thread serialization chrono REQUIRED)
find_package(Boost COMPONENTS date_time system filesystem thread serialization chrono unit_test_framework program_options REQUIRED)
if(NOT Boost_FOUND)
message(FATAL_ERROR "Fatal error: Boost (version >=1.45.0) required.")
endif(NOT Boost_FOUND)