Brad King 5fe3ac86ee 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.
2010-11-18 07:54:56 -05:00
..
2010-11-18 00:10:08 -05:00
2010-10-05 15:31:49 -04:00
2009-12-08 09:38:36 -05:00
2010-08-31 10:41:23 -04:00
2010-09-10 14:42:09 -04:00
2010-11-12 10:47:28 -05:00
2010-03-02 15:38:02 -05:00
2010-08-31 10:41:23 -04:00