use cmake lib dir instead of hardcoded name
This commit is contained in:
@@ -34,5 +34,5 @@ else ()
|
||||
message(FATAL_ERROR "Invalid IMAGE_LIBRARY provided")
|
||||
endif()
|
||||
|
||||
install(TARGETS lmsimage DESTINATION lib)
|
||||
install(TARGETS lmsimage DESTINATION ${CMAKE_INSTALL_LIBDIR})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user