mirror of
https://github.com/reactos/CMake.git
synced 2025-02-08 12:58:46 +00:00
70f362305f
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\..*".