summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/CTestCustom.cmake.in
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-09-26 14:42:35 (GMT)
committerBrad King <brad.king@kitware.com>2015-09-26 14:42:35 (GMT)
commit946e86151915d9f55e432fb8b3672c3106f0cdd8 (patch)
tree29946e1ee665041ba9d268d2f10866703fe4ba21 /Source/kwsys/CTestCustom.cmake.in
parent64b7baac4af392edb8c536ccbbe2a628eeb66c29 (diff)
parent29ad06947244d1a0f04deaf5360e2f1d1765d903 (diff)
downloadCMake-946e86151915d9f55e432fb8b3672c3106f0cdd8.zip
CMake-946e86151915d9f55e432fb8b3672c3106f0cdd8.tar.gz
CMake-946e86151915d9f55e432fb8b3672c3106f0cdd8.tar.bz2
Merge branch 'upstream-kwsys' into update-kwsys
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
)