This does hopefully really raise the warning/error limit.

This commit is contained in:
Hauke Heibel 2010-06-21 07:41:40 +02:00
parent 8239c3b85b
commit a1af6e1151

View File

@ -164,6 +164,10 @@ SET($ENV{LC_MESSAGES} "en_EN")
# should ctest wipe the binary tree before running # should ctest wipe the binary tree before running
SET(CTEST_START_WITH_EMPTY_BINARY_DIRECTORY TRUE) SET(CTEST_START_WITH_EMPTY_BINARY_DIRECTORY TRUE)
# raise the warning/error limit
set(CTEST_CUSTOM_MAXIMUM_NUMBER_OF_WARNINGS "33331")
set(CTEST_CUSTOM_MAXIMUM_NUMBER_OF_ERRORS "33331")
# this is the initial cache to use for the binary tree, be careful to escape # this is the initial cache to use for the binary tree, be careful to escape
# any quotes inside of this string if you use it # any quotes inside of this string if you use it
if(WIN32 AND NOT UNIX) if(WIN32 AND NOT UNIX)