summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/CTestCustom.cmake.in
diff options
context:
space:
mode:
Diffstat (limited to 'Source/kwsys/CTestCustom.cmake.in')
-rw-r--r--Source/kwsys/CTestCustom.cmake.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/kwsys/CTestCustom.cmake.in b/Source/kwsys/CTestCustom.cmake.in
index d6f802e..760221b 100644
--- a/Source/kwsys/CTestCustom.cmake.in
+++ b/Source/kwsys/CTestCustom.cmake.in
@@ -9,7 +9,6 @@
# resulting memory leaks are not logged by valgrind anyway. Therefore, we
# don't have to exclude it.
-set(CTEST_CUSTOM_MEMCHECK_IGNORE
- ${CTEST_CUSTOM_MEMCHECK_IGNORE}
+list(APPEND CTEST_CUSTOM_MEMCHECK_IGNORE
kwsys.testProcess-10
)