Merge topic 'ctest-clang-in-xcode'

c7da50d CTest: Detect Xcode error "Command ... failed with exit code"
This commit is contained in:
Brad King 2012-03-13 11:53:35 -04:00 committed by CMake Topic Stage
commit 3cd124cf28
1 changed files with 1 additions and 0 deletions

View File

@ -94,6 +94,7 @@ static const char* cmCTestErrorMatches[] = {
": Invalid argument",
"^The project cannot be built\\.",
"^\\[ERROR\\]",
"^Command .* failed with exit code",
0
};