Hi all,

I'm getting this error message

CMake Warning (dev) at /usr/share/cmake/Foobar/FoobarTargets.cmake:295
(ADD_LIBRARY):
  ADD_LIBRARY called with SHARED option but the target platform does not
  support dynamic linking.  Building a STATIC library instead.  This may lead
  to problems.

The line this error message refers to reads

ADD_LIBRARY(foobar SHARED IMPORTED)

My CMAKE_SYSTEM_NAME is "LInux", running CMake 2.8.9.

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