Merge topic 'ctest-suppress-Note'

eafe541f CTest: Do not treat "Note: ..." lines as errors (#14394)
This commit is contained in:
Brad King 2016-05-12 09:28:36 -04:00 committed by CMake Topic Stage
commit cb704c0871
1 changed files with 1 additions and 0 deletions

View File

@ -102,6 +102,7 @@ static const char* cmCTestErrorExceptions[] = {
": warning",
": \\(Warning\\)",
": note",
"Note:",
"makefile:",
"Makefile:",
":[ \\t]+Where:",