summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-01-28 10:42:07 -0500
committerBrad King <brad.king@kitware.com>2015-01-28 10:42:07 -0500
commit048fb8e3d0dd41f73f3a12f6ce3b13c80148ea3e (patch)
tree8c44bbddcb2b5078a1bc816c8c36e32d6c7f4424
parente6214b9a52ca4e79148017ef43e9228806999c06 (diff)
parentd52b5f8835a1768dc3b16e8b8cc465b5f80098ad (diff)
downloadcmake-048fb8e3d0dd41f73f3a12f6ce3b13c80148ea3e.tar.gz
Merge branch 'ctest-update-gmake-error-match' into release
-rw-r--r--Source/CTest/cmCTestBuildHandler.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/CTest/cmCTestBuildHandler.cxx b/Source/CTest/cmCTestBuildHandler.cxx
index 2ec1365419..13404a8211 100644
--- a/Source/CTest/cmCTestBuildHandler.cxx
+++ b/Source/CTest/cmCTestBuildHandler.cxx
@@ -70,13 +70,13 @@ static const char* cmCTestErrorMatches[] = {
"^CMake Error.*:",
":[ \\t]cannot find",
":[ \\t]can't find",
- ": \\*\\*\\* No rule to make target \\`.*\\'. Stop",
+ ": \\*\\*\\* No rule to make target \\[`'].*\\'. Stop",
": \\*\\*\\* No targets specified and no makefile found",
": Invalid loader fixup for symbol",
": Invalid fixups exist",
": Can't find library for",
": internal link edit command failed",
- ": Unrecognized option \\`.*\\'",
+ ": Unrecognized option \\[`'].*\\'",
"\", line [0-9]+\\.[0-9]+: [0-9]+-[0-9]+ \\([^WI]\\)",
"ld: 0706-006 Cannot find or open library file: -l ",
"ild: \\(argument error\\) can't find library argument ::",