mirror of
https://github.com/Icinga/icinga2.git
synced 2025-09-25 02:37:44 +02:00
Boost: don't require "system" component
It's vanished in v1.89.
This commit is contained in:
parent
827f85c327
commit
76fa0d9e80
@ -172,7 +172,7 @@ else()
|
||||
set(LOGROTATE_CREATE "\n\tcreate 644 ${ICINGA2_USER} ${ICINGA2_GROUP}")
|
||||
endif()
|
||||
|
||||
find_package(Boost ${BOOST_MIN_VERSION} COMPONENTS coroutine context date_time filesystem iostreams thread system program_options regex REQUIRED)
|
||||
find_package(Boost ${BOOST_MIN_VERSION} COMPONENTS coroutine context date_time filesystem iostreams thread program_options regex REQUIRED)
|
||||
|
||||
# Boost.Coroutine2 (the successor of Boost.Coroutine)
|
||||
# (1) doesn't even exist in old Boost versions and
|
||||
|
Loading…
x
Reference in New Issue
Block a user