Find all the package components we use

This commit is contained in:
Bill Somerville 2020-09-27 02:42:44 +01:00
parent 59270e682f
commit c1e1f3d46c
No known key found for this signature in database
GPG Key ID: D864B06D1E81618F
1 changed files with 1 additions and 1 deletions

View File

@ -870,7 +870,7 @@ find_program(ETAGS etags)
# set (BOOST_ROOT ${PROJECT_SOURCE_DIR}/boost)
# endif ()
set (Boost_USE_STATIC_LIBS OFF)
find_package (Boost 1.63 REQUIRED COMPONENTS log_setup)
find_package (Boost 1.63 REQUIRED COMPONENTS log_setup log)
add_definitions (-DBOOST_SYSTEM_NO_DEPRECATED)
#