File: 0008-Disable-broken-cmake-installation.patch

package info (click to toggle)
poco 1.11.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 51,512 kB
  • sloc: cpp: 306,156; ansic: 197,138; makefile: 1,464; sh: 507; xml: 79; perl: 29
file content (28 lines) | stat: -rw-r--r-- 882 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
From: Jochen Sprickerhof <git@jochen.sprickerhof.de>
Date: Fri, 31 Jan 2020 15:39:19 +0100
Subject: Disable broken cmake installation

---
 CMakeLists.txt | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7d13604..c1be674 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -479,15 +479,6 @@ install(
 		Devel
 )
 
-if(POCO_UNBUNDLED)
-	install(FILES cmake/FindPCRE.cmake
-			DESTINATION "${PocoConfigPackageLocation}")
-	install(FILES cmake/V39/FindEXPAT.cmake
-			DESTINATION "${PocoConfigPackageLocation}/V39")
-	install(FILES cmake/V313/FindSQLite3.cmake
-			DESTINATION "${PocoConfigPackageLocation}/V313")
-endif()
-
 message(STATUS "CMake ${CMAKE_VERSION} successfully configured ${PROJECT_NAME} using ${CMAKE_GENERATOR} generator")
 message(STATUS "${PROJECT_NAME} package version: ${PROJECT_VERSION}")
 if(BUILD_SHARED_LIBS)