aboutsummaryrefslogtreecommitdiffstats
path: root/science/silo/files/patch-tests_CMake_SiloMakeCheckRunner.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'science/silo/files/patch-tests_CMake_SiloMakeCheckRunner.cmake')
-rw-r--r--science/silo/files/patch-tests_CMake_SiloMakeCheckRunner.cmake13
1 files changed, 0 insertions, 13 deletions
diff --git a/science/silo/files/patch-tests_CMake_SiloMakeCheckRunner.cmake b/science/silo/files/patch-tests_CMake_SiloMakeCheckRunner.cmake
deleted file mode 100644
index c25272a9a103..000000000000
--- a/science/silo/files/patch-tests_CMake_SiloMakeCheckRunner.cmake
+++ /dev/null
@@ -1,13 +0,0 @@
-- workaround for https://github.com/LLNL/Silo/issues/288
-
---- tests/CMake/SiloMakeCheckRunner.cmake.orig 2022-12-03 06:53:38 UTC
-+++ tests/CMake/SiloMakeCheckRunner.cmake
-@@ -72,7 +72,7 @@ function(silo_add_make_check_runner)
- message(WARNING "silo_add_make_check_runner: NAME argument is required.")
- return()
- endif()
-- set(test_cmd ${samcr_NAME})
-+ set(test_cmd "./${samcr_NAME}")
- if("ARGS" IN_LIST samcr_KEYWORDS_MISSING_VALUES)
- message(WARNING "silo_add_make_check_runner: ARGS argument provided without a value.")
- return()