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

4
CTestCustom.cmake.in Normal file
View File

@@ -0,0 +1,4 @@
## A tribute to Dynamic!
set(CTEST_CUSTOM_MAXIMUM_NUMBER_OF_WARNINGS "33331")
set(CTEST_CUSTOM_MAXIMUM_NUMBER_OF_ERRORS "33331")