aboutsummaryrefslogtreecommitdiff
path: root/science/cpcmx/files/patch-CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'science/cpcmx/files/patch-CMakeLists.txt')
-rw-r--r--science/cpcmx/files/patch-CMakeLists.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/science/cpcmx/files/patch-CMakeLists.txt b/science/cpcmx/files/patch-CMakeLists.txt
new file mode 100644
index 000000000000..cda652ab3ede
--- /dev/null
+++ b/science/cpcmx/files/patch-CMakeLists.txt
@@ -0,0 +1,10 @@
+--- CMakeLists.txt.orig 2025-03-13 13:29:31 UTC
++++ CMakeLists.txt
+@@ -120,5 +120,7 @@ install(
+ )
+
+ # add the testsuite
++if (BUILD_TESTING)
+ enable_testing()
+ add_subdirectory("test")
++endif()