On 07/09/2012 01:15 PM, Stephen Kelly wrote: > More interesting is that cmake is generating an IMPORTED_SONAME of just > 'cmakeqt' when I build the library as a framework (no full path, no version > number, no file extension). Is this a bug in CMake?
There is explicit code for the case here: http://cmake.org/gitweb?p=cmake.git;a=blob;f=Source/cmTarget.cxx;hb=v2.8.8#l3279 -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
