forked from Lainports/freebsd-ports
17 lines
403 B
Text
17 lines
403 B
Text
--- 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()
|