We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eba1049 commit 9eb77fdCopy full SHA for 9eb77fd
1 file changed
CMakeLists.txt
@@ -192,7 +192,7 @@ else()
192
set(LOGROTATE_CREATE "\n\tcreate 644 ${ICINGA2_USER} ${ICINGA2_GROUP}")
193
endif()
194
195
-find_package(Boost ${BOOST_MIN_VERSION} COMPONENTS atomic coroutine context date_time filesystem iostreams thread program_options regex REQUIRED)
+find_package(Boost ${BOOST_MIN_VERSION} COMPONENTS coroutine context date_time filesystem iostreams thread program_options regex REQUIRED)
196
197
# Suppress only OpenSSL's own deprecation attributes (we must keep supporting
198
# OpenSSL 1.0/1.1 API).
0 commit comments