On 2/15/2012 7:58 AM, Rolf Eike Beer wrote:
as I found out today this construct doesn't work:

find_library(MYLIB libfoo.so.2)

This is because find_library will only try to access the whole path if the
given name matches PREFIX.*SUFFIX, which is obviously not the case here. My
simple approach on fixing this would be to also allow PREFIX.*SUFFIX\..*:
[snip]
Any objections?

Looks good to me.

Thanks,
-Brad
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Reply via email to