CTEST_CUSTOM_* parameter have to be put in a CTestCustum.cmake file which itself has to be in the build directory

This commit is contained in:
Gael Guennebaud
2011-02-15 12:39:45 +01:00
parent 578d6f7ced
commit 2f15f74218
3 changed files with 7 additions and 5 deletions

View File

@@ -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")