aboutsummaryrefslogtreecommitdiffhomepage
path: root/CTestConfig.cmake
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2011-02-15 12:39:45 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2011-02-15 12:39:45 +0100
commit2f15f74218616ed82f61577ae4f9e650cd239cc6 (patch)
treea892917f6a412594dc56bc6843e36de7ef6f078b /CTestConfig.cmake
parent578d6f7cedef14e677c7e0793de3e9d1dcc32941 (diff)
CTEST_CUSTOM_* parameter have to be put in a CTestCustum.cmake file which itself has to be in the build directory
Diffstat (limited to 'CTestConfig.cmake')
-rw-r--r--CTestConfig.cmake4
1 files changed, 0 insertions, 4 deletions
diff --git a/CTestConfig.cmake b/CTestConfig.cmake
index 20c903b54..7edc9d48d 100644
--- a/CTestConfig.cmake
+++ b/CTestConfig.cmake
@@ -11,7 +11,3 @@ set(CTEST_DROP_METHOD "http")
set(CTEST_DROP_SITE "eigen.tuxfamily.org")
set(CTEST_DROP_LOCATION "/CDash/submit.php?project=Eigen")
set(CTEST_DROP_SITE_CDASH TRUE)
-
-## A tribute to Dynamic!
-set(CTEST_CUSTOM_MAXIMUM_NUMBER_OF_WARNINGS "33331")
-set(CTEST_CUSTOM_MAXIMUM_NUMBER_OF_ERRORS "33331") \ No newline at end of file