Michael Wild skrev 2011-03-02 10:02:
Probably this means to add -fvisibility=hidden and -static. However, -static will cause you to link everything statically, which will fail if you pass a dynamic library to target_link_libraries().
Ok, thanks, I'll try add this as target link properties in LINK_FLAGS_RELEASE. The linking in itself worked fine when changed directly in Xcode. Regards, /Rob _______________________________________________ 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://www.cmake.org/mailman/listinfo/cmake
