]> git.mxchange.org Git - simgear.git/blobdiff - CMakeModules/SimGearComponent.cmake
Remove ALUT usage from SimGear .
[simgear.git] / CMakeModules / SimGearComponent.cmake
index dd7e3309b5fc49c1c2420de2d72456463abbbe96..1c11b855b9d61ccca8a86b813d5bbc568860459d 100644 (file)
@@ -16,7 +16,7 @@ macro(simgear_component_common name includePath sourcesList sources headers)
         set(libName "sg${name}")
         add_library(${libName} STATIC ${sources} ${headers})
 
-        install (TARGETS ${libName} ARCHIVE DESTINATION lib${LIB_SUFFIX})
+        install (TARGETS ${libName} ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR})
     endif()
     
     install (FILES ${headers}  DESTINATION include/simgear/${includePath})