]> granicus.if.org Git - icinga2/commitdiff
Require Boost context, coroutine and date_time
authorAlexander A. Klimov <alexander.klimov@icinga.com>
Fri, 8 Feb 2019 10:51:22 +0000 (11:51 +0100)
committerAlexander A. Klimov <alexander.klimov@icinga.com>
Mon, 1 Apr 2019 09:40:14 +0000 (11:40 +0200)
CMakeLists.txt

index 359fa16a21e8e9890518ef6bcb9c8987c181e757..a3ee2e503bfbd7dd6aa43590f3c281364c245d3e 100644 (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})