mirror of
https://github.com/reactos/CMake.git
synced 2025-03-05 10:27:06 +00:00

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\..*".