use cmake lib dir instead of hardcoded name
This commit is contained in:
@@ -26,5 +26,5 @@ target_link_libraries(lmsrecommendation PRIVATE
|
||||
std::filesystem
|
||||
)
|
||||
|
||||
install(TARGETS lmsrecommendation DESTINATION lib)
|
||||
install(TARGETS lmsrecommendation DESTINATION ${CMAKE_INSTALL_LIBDIR})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user