]> git.mxchange.org Git - simgear.git/commitdiff
Comment out Cmake export experiments for now.
authorJames Turner <zakalawe@mac.com>
Tue, 22 Oct 2013 12:42:59 +0000 (13:42 +0100)
committerJames Turner <zakalawe@mac.com>
Tue, 22 Oct 2013 12:42:59 +0000 (13:42 +0100)
This is breaking CMake 2.6, so commenting out for the moment, until
I understand how to support this portably.

simgear/CMakeLists.txt

index eba80cc94f2d5b655715cc2ddd97c932f9e5f349..23d6fe95b9257901d93293d783129b78b49853ef 100644 (file)
@@ -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()