Merge topic 'ctest-clang-in-xcode'
c7da50d
CTest: Detect Xcode error "Command ... failed with exit code"
This commit is contained in:
commit
3cd124cf28
|
@ -94,6 +94,7 @@ static const char* cmCTestErrorMatches[] = {
|
|||
": Invalid argument",
|
||||
"^The project cannot be built\\.",
|
||||
"^\\[ERROR\\]",
|
||||
"^Command .* failed with exit code",
|
||||
0
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue