aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake
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 /cmake
parent34a75c3c5cec4e2bfe5c68164f8c3372f6ae5ecb (diff)
Allow to filter out build-error messages
Diffstat (limited to 'cmake')
-rw-r--r--cmake/EigenConfigureTesting.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/EigenConfigureTesting.cmake b/cmake/EigenConfigureTesting.cmake
index b02729fc8..ba88228a0 100644
--- a/cmake/EigenConfigureTesting.cmake
+++ b/cmake/EigenConfigureTesting.cmake
@@ -19,6 +19,7 @@ include(CTest)
set(EIGEN_TEST_BUILD_FLAGS "" CACHE STRING "Options passed to the build command of unit tests")
set(EIGEN_DASHBOARD_BUILD_TARGET "buildtests" CACHE STRING "Target to be built in dashboard mode, default is buildtests")
+set(EIGEN_CTEST_ERROR_EXCEPTION "" CACHE STRING "Regular expression for build error messages to be filtered out")
# Overwrite default DartConfiguration.tcl such that ctest can build our unit tests.
# Recall that our unit tests are not in the "all" target, so we have to explicitly ask ctest to build our custom 'buildtests' target.