Skip to content
Snippets Groups Projects
Commit ffb27ca3 authored by Bill Hoffman's avatar Bill Hoffman
Browse files

Teach CTest what a ninja error looks like.

This will allow ninja dashboards to show ninja errors as well
as compiler errors from the ninja build.
parent a8b57149
No related branches found
No related tags found
No related merge requests found
SET(CTEST_CUSTOM_ERROR_MATCH
${CTEST_CUSTOM_ERROR_MATCH}
"ERROR:")
SET(CTEST_CUSTOM_WARNING_EXCEPTION
${CTEST_CUSTOM_WARNING_EXCEPTION}
"xtree.[0-9]+. : warning C4702: unreachable code"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment