1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Author: Andreas Tille <tille@debian.org>
Last-Update: 2026-02-22
Bug-Debian: https://bugs.debian.org/1128147
Description: Libboost 1.90 has retired system
--- a/cmake/build/macros.cmake
+++ b/cmake/build/macros.cmake
@@ -1613,7 +1613,7 @@ macro(sight_create_pch_target _og)
target_precompile_headers(${SIGHT_PCH_NAME} PUBLIC ${SIGHT_PCH_HEADERS})
# Boost
- find_package(Boost QUIET COMPONENTS system date_time iostreams log log_setup REQUIRED)
+ find_package(Boost QUIET COMPONENTS date_time iostreams log log_setup REQUIRED)
target_link_libraries(${SIGHT_PCH_NAME} PUBLIC Boost::date_time Boost::iostreams Boost::log Boost::log_setup)
target_compile_definitions(${SIGHT_PCH_NAME} PUBLIC BOOST_BIND_GLOBAL_PLACEHOLDERS)
|