File: 224.patch

package info (click to toggle)
lucene%2B%2B 3.0.9-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 19,896 kB
  • sloc: cpp: 174,280; ansic: 26,951; python: 8,626; sh: 524; makefile: 31
file content (22 lines) | stat: -rw-r--r-- 683 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From 5b670a0d85d4d4135a1c88ef368f1735ad9019d7 Mon Sep 17 00:00:00 2001
From: Gianfranco Costamagna <locutusofborg@debian.org>
Date: Thu, 19 Feb 2026 11:48:15 +0100
Subject: [PATCH] Update dependencies.cmake

Also remove Boost_SYSTEM_LIBRARIES, removed in #219
---
 cmake/dependencies.cmake | 1 -
 1 file changed, 1 deletion(-)

diff --git a/cmake/dependencies.cmake b/cmake/dependencies.cmake
index 3387e7c0..26f5f0a3 100644
--- a/cmake/dependencies.cmake
+++ b/cmake/dependencies.cmake
@@ -19,7 +19,6 @@ set(lucene_boost_libs
   ${Boost_FILESYSTEM_LIBRARIES}
   ${Boost_IOSTREAMS_LIBRARIES}
   ${Boost_REGEX_LIBRARIES}
-  ${Boost_SYSTEM_LIBRARIES}
   ${Boost_THREAD_LIBRARIES}
 )