On 04/10/2013 07:41 PM, Stephen Kelly wrote: > I also need to > > set(CMAKE_EXTRA_SHARED_LIBRARY_SUFFIXES ".so.1") > > to tell CMake that libz.so.1 is a shared library, otherwise it gets ignored. > > So, for feedback, it seems like it might make sense to automatically treat > ".so.<number>" as shared libraries for systems which split the libs and > symlinks like this.
Yes. One could teach cmComputeLinkInformation::ComputeItemParserInfo to allow a numerical suffix in the ExtractSharedLibraryName regex. -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
