From: James Turner Date: Tue, 22 Oct 2013 12:42:59 +0000 (+0100) Subject: Comment out Cmake export experiments for now. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c4e7d26b70433a30c0dcaf9f74e4b7d45f72743f;p=simgear.git Comment out Cmake export experiments for now. This is breaking CMake 2.6, so commenting out for the moment, until I understand how to support this portably. --- diff --git a/simgear/CMakeLists.txt b/simgear/CMakeLists.txt index eba80cc9..23d6fe95 100644 --- a/simgear/CMakeLists.txt +++ b/simgear/CMakeLists.txt @@ -63,8 +63,8 @@ if(SIMGEAR_SHARED) set_property(TARGET SimGearScene PROPERTY VERSION ${SIMGEAR_VERSION}) set_property(TARGET SimGearScene PROPERTY SOVERSION ${SIMGEAR_SOVERSION}) - install(TARGETS SimGearScene EXPORT SimGearSceneConfig LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} ) - install(EXPORT SimGearSceneConfig DESTINATION share/SimGearScene) + # install(TARGETS SimGearScene EXPORT SimGearSceneConfig LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} ) + # install(EXPORT SimGearSceneConfig DESTINATION share/SimGearScene) endif() else()