File: libboost1.90.patch

package info (click to toggle)
sight 25.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 42,180 kB
  • sloc: cpp: 289,476; xml: 17,257; ansic: 9,878; python: 1,379; sh: 144; makefile: 33
file content (16 lines) | stat: -rw-r--r-- 751 bytes parent folder | download
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)