Fixed lib64 auto-detection (again)
Reverting the "LIB_SUFFIX" change. Assuming recent change was unintentional (otherwise let me know James! :) ).
This commit is contained in:
@@ -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})
|
||||
|
||||
Reference in New Issue
Block a user