Skip to content

Commit

Permalink
Require Boost.Fiber
Browse files Browse the repository at this point in the history
As of Boost 1.87, boost::asio::spawn() uses Fiber, not Coroutine v1.
boostorg/asio@df973a85ed69f021
  • Loading branch information
Al2Klimov committed Jan 10, 2025
1 parent de268d4 commit a9f993a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,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 fiber filesystem iostreams thread system program_options regex REQUIRED)

# Boost.Coroutine2 (the successor of Boost.Coroutine)
# (1) doesn't even exist in old Boost versions and
Expand Down

0 comments on commit a9f993a

Please sign in to comment.