Allow to filter out build-error messages

This commit is contained in:
Christoph Hertzberg
2018-07-24 20:12:49 +02:00
parent 7621bbc2a5
commit 4d05b107cf
2 changed files with 2 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
set(CTEST_CUSTOM_MAXIMUM_NUMBER_OF_WARNINGS "2000")
set(CTEST_CUSTOM_MAXIMUM_NUMBER_OF_ERRORS "2000")
list(APPEND CTEST_CUSTOM_ERROR_EXCEPTION @EIGEN_CTEST_ERROR_EXCEPTION@)