diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2012-02-15 18:55:57 (GMT) |
---|---|---|
committer | Rolf Eike Beer <eike@sf-mail.de> | 2012-02-18 15:19:29 (GMT) |
commit | 70f362305f20cc1e915a8b0289751d4ed41b60ca (patch) | |
tree | 436325108f5c5beb3df96f7120283ef8ea160b78 /bootstrap | |
parent | a8b57149351168425f4040c8b99167238cca041d (diff) | |
download | CMake-70f362305f20cc1e915a8b0289751d4ed41b60ca.zip CMake-70f362305f20cc1e915a8b0289751d4ed41b60ca.tar.gz CMake-70f362305f20cc1e915a8b0289751d4ed41b60ca.tar.bz2 |
Find_library(): allow searching for versioned shared objects
This did not work because find_library() did only treat the given name as
complete filename if is matched "PREFIX.*SUFFIX":
find_library(MYLIB libfoo.so.2)
Now it is also taken as a whole if the name matches "PREFIX.*SUFFIX\..*".
Diffstat (limited to 'bootstrap')
0 files changed, 0 insertions, 0 deletions