Package: poco / 1.10.0-6+deb11u1

0009-Don-t-install-CppUnit-broken-installation.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
From: Jochen Sprickerhof <git@jochen.sprickerhof.de>
Date: Fri, 31 Jan 2020 19:46:24 +0100
Subject: Don't install CppUnit (broken installation)

---
 CppUnit/CMakeLists.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/CppUnit/CMakeLists.txt b/CppUnit/CMakeLists.txt
index e5d7f65..44ed5ff 100644
--- a/CppUnit/CMakeLists.txt
+++ b/CppUnit/CMakeLists.txt
@@ -34,5 +34,4 @@ elseif(MINGW)
 			_DLL)
 endif()
 
-POCO_INSTALL(CppUnit)