https://github.com/Kitware/CMake
Revision d52b5f8835a1768dc3b16e8b8cc465b5f80098ad authored by Marco Nolden on 28 January 2015, 15:25:53 UTC, committed by Brad King on 28 January 2015, 15:32:06 UTC
The "No rule to make target" error message of gmake is not correctly
recognized since GNU make changed the quoting style in commit 23c2b99e9d
(Convert all "`'" quotes to "''" per new GNU Coding Standard guidelines,
2012-03-04).  Fix our regex to match both old and new quoting styles.
1 parent 57622bd
History
Tip revision: d52b5f8835a1768dc3b16e8b8cc465b5f80098ad authored by Marco Nolden on 28 January 2015, 15:25:53 UTC
ctest_build: Update GNU make error message matching (#15379)
Tip revision: d52b5f8
File Mode Size
CMakeLists.txt -rw-r--r-- 1.4 KB
example.cxx -rw-r--r-- 438 bytes
example.h -rw-r--r-- 606 bytes
example.i -rw-r--r-- 142 bytes
runme.php4 -rw-r--r-- 1.5 KB
runme.pike -rwxr-xr-x 1.3 KB
runme.pl -rw-r--r-- 1.6 KB
runme.py -rw-r--r-- 1003 bytes
runme.rb -rw-r--r-- 1.2 KB
runme.tcl -rw-r--r-- 1.1 KB
runme2.tcl -rw-r--r-- 1.7 KB

back to top