blob: 675922a518c4b2908ad57cdf2d680f316b0f1751 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-CMakeLists.txt,v 1.1 2022/10/06 01:30:02 markd Exp $
Not needed by pkgsrc and RUNTIME_DEPENDENCY_SET is not defined for all
platforms
--- CMakeLists.txt.orig 2022-08-17 11:35:47.000000000 +0000
+++ CMakeLists.txt
@@ -18,4 +18,4 @@ if(DO_BOOTSTRAP)
endif()
# A dummy install part to fulfill needs of kdesrc-build and possible make installs
-install(RUNTIME_DEPENDENCY_SET kapidox OPTIONAL)
+#install(RUNTIME_DEPENDENCY_SET kapidox OPTIONAL)
|