summaryrefslogtreecommitdiffstats
path: root/Source/CTest
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-05-28 13:56:49 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2015-05-28 13:56:49 (GMT)
commitcc55c33ed5196409a296e1eb27627f4284b1c081 (patch)
tree0dbbc559e69de59c56c23555a77ffa3f7e2dcd01 /Source/CTest
parent2d4bef07d9450984bd865eae44192a2137ad899e (diff)
parent44a4e54547a817546d3a12ed6ce8f16c62a76be8 (diff)
downloadCMake-cc55c33ed5196409a296e1eb27627f4284b1c081.zip
CMake-cc55c33ed5196409a296e1eb27627f4284b1c081.tar.gz
CMake-cc55c33ed5196409a296e1eb27627f4284b1c081.tar.bz2
Merge topic 'ctest-update-gmake-error-match'
44a4e545 ctest_build: Fix regression in GNU make error message matching
Diffstat (limited to 'Source/CTest')
-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 29e07ef..ccb3e44 100644
--- a/Source/CTest/cmCTestBuildHandler.cxx
+++ b/Source/CTest/cmCTestBuildHandler.cxx
@@ -68,13 +68,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 ::",