File: boost1.90.patch

package info (click to toggle)
ciftilib 1.6.0-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,208 kB
  • sloc: cpp: 13,616; sh: 36; makefile: 23
file content (16 lines) | stat: -rw-r--r-- 486 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Port to boost 1.90
Author: Andreas Tille <tille@debian.org>
Last-Update: 2026-02-21
Bug-Debian: https://bugs.debian.org/1128116

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -76,7 +76,7 @@ ENDIF (NOT QT_FOUND)
 
 #boost, including filesystem if not using QT
 IF (NOT QT_FOUND)
-    FIND_PACKAGE(Boost REQUIRED COMPONENTS filesystem system)
+    FIND_PACKAGE(Boost REQUIRED COMPONENTS filesystem)
 ELSE (NOT QT_FOUND)
     FIND_PACKAGE(Boost REQUIRED)
 ENDIF (NOT QT_FOUND)