use cmake lib dir instead of hardcoded name

This commit is contained in:
David Roman
2024-03-12 13:08:30 +01:00
committed by emeric
parent 58848dfae3
commit 4ea6d0dd09
13 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ target_link_libraries(lmsdatabase PUBLIC
Wt::Dbo
)
install(TARGETS lmsdatabase DESTINATION lib)
install(TARGETS lmsdatabase DESTINATION ${CMAKE_INSTALL_LIBDIR})
if(BUILD_TESTING)
add_subdirectory(test)