Require Boost context, coroutine and date_time

This commit is contained in:
Alexander A. Klimov 2019-02-08 11:51:22 +01:00
parent c262c701d9
commit f38c68a4c6
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ if(LOGROTATE_HAS_SU)
set(LOGROTATE_USE_SU "\n\tsu ${ICINGA2_USER} ${ICINGA2_GROUP}")
endif()
find_package(Boost ${BOOST_MIN_VERSION} COMPONENTS thread system program_options regex REQUIRED)
find_package(Boost ${BOOST_MIN_VERSION} COMPONENTS context coroutine date_time thread system program_options regex REQUIRED)
link_directories(${Boost_LIBRARY_DIRS})
include_directories(${Boost_INCLUDE_DIRS})