summaryrefslogtreecommitdiff
path: root/textproc/xmlf90/files/patch-CMakeLists.txt
blob: 5f529cdec685e0d1540a0b0237fdd5bb4e5b3a27 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- CMakeLists.txt.orig	2024-09-01 13:21:59 UTC
+++ CMakeLists.txt
@@ -78,12 +78,12 @@ install(
   "${CMAKE_CURRENT_BINARY_DIR}/include/"
   DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/${module-dir}"
 )
-# Package license files
+#[[ # Package license files
 install(
   FILES
   "COPYING"
   DESTINATION "${CMAKE_INSTALL_DATADIR}/licenses/${PROJECT_NAME}"
-)
+) ]]
 
 # add the testsuite
 enable_testing()