Hi all,

I'm having problems linking shared libraries on Ubuntu 12.10 beta1
here (shipping with CMake 2.8.9), and found that this is related to
TARGET_SUPPORTS_SHARED_LIBS not being set. This

CMAKE_MINIMUM_REQUIRED(VERSION 2.8.8)
GET_PROPERTY(test GLOBAL PROPERTY TARGET_SUPPORTS_SHARED_LIBS)
MESSAGE("<" ${test} ">")

prints "<>".
Do I need to manually set a target, or does a later command, e.g. the
instantiation of a project set this?

Cheers,
Nico
--

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

Reply via email to