freebsd-ports/science/libgridxc/files/patch-CMakeLists.txt
Yuri Victorovich 6381d7d0b3 science/libgridxc: Update 0.9.6 -> 1.1.0; Add options for MPI choices
Change to cmake.

PR:		267078
Submitted by:	diizzy@ (previous version)
2023-01-04 14:12:02 -08:00

20 lines
424 B
Plaintext

--- CMakeLists.txt.orig 2023-01-04 21:32:59 UTC
+++ CMakeLists.txt
@@ -128,11 +128,11 @@ install(
DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/${module-dir}"
)
# Package license files
-install(
- FILES
- "COPYING"
- DESTINATION "${CMAKE_INSTALL_DATADIR}/licenses/${PROJECT_NAME}"
-)
+#install(
+# FILES
+# "COPYING"
+# DESTINATION "${CMAKE_INSTALL_DATADIR}/licenses/${PROJECT_NAME}"
+#)
add_subdirectory("docs")