mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-14 05:20:50 -05: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\..*".
17 KiB
17 KiB