aboutsummaryrefslogtreecommitdiffhomepage
path: root/CTestCustom.cmake.in
diff options
context:
space:
mode:
authorGravatar Christoph Hertzberg <chtz@informatik.uni-bremen.de>2018-07-24 20:12:49 +0200
committerGravatar Christoph Hertzberg <chtz@informatik.uni-bremen.de>2018-07-24 20:12:49 +0200
commit636126ef406f03ad830ff9bb9927b7794b19973d (patch)
treed1d36fc0773b7e67a427c2134130177ae1d16a29 /CTestCustom.cmake.in
parent34a75c3c5cec4e2bfe5c68164f8c3372f6ae5ecb (diff)
Allow to filter out build-error messages
Diffstat (limited to 'CTestCustom.cmake.in')
-rw-r--r--CTestCustom.cmake.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in
index 9fed9d327..89e487f05 100644
--- a/CTestCustom.cmake.in
+++ b/CTestCustom.cmake.in
@@ -1,3 +1,4 @@
set(CTEST_CUSTOM_MAXIMUM_NUMBER_OF_WARNINGS "2000")
set(CTEST_CUSTOM_MAXIMUM_NUMBER_OF_ERRORS "2000")
+list(APPEND CTEST_CUSTOM_ERROR_EXCEPTION @EIGEN_CTEST_ERROR_EXCEPTION@)