summaryrefslogtreecommitdiffstats
path: root/Source/cmGraphVizWriter.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2010-11-18 12:54:56 (GMT)
committerBrad King <brad.king@kitware.com>2010-11-18 12:54:56 (GMT)
commit5fe3ac86ee1702d957621c2054507eed2c393c6f (patch)
tree9017f7ddb415e9e7d4c0520c3d35798c763a1e2c /Source/cmGraphVizWriter.h
parentda0a463f17418d6f2c1846c48cc33caa6025095a (diff)
downloadCMake-5fe3ac86ee1702d957621c2054507eed2c393c6f.zip
CMake-5fe3ac86ee1702d957621c2054507eed2c393c6f.tar.gz
CMake-5fe3ac86ee1702d957621c2054507eed2c393c6f.tar.bz2
Prefer non-empty prefixes when matching lib names (#11468)
In cmComputeLinkInformation we match library names with a regular expression, possibly extracting the 'lib' prefix. The regex component to match the prefix always allows an empty prefix to be matched, as in "(lib|)". Avoid every adding an empty prefix option earlier in the regex, as in "(|lib|)", because it will be preferred and 'lib' will never match.
Diffstat (limited to 'Source/cmGraphVizWriter.h')
0 files changed, 0 insertions, 0 deletions