From 7315063a30d45621138b073e4d46835d5856cd37 Mon Sep 17 00:00:00 2001 From: emeric Date: Tue, 19 Mar 2024 22:48:50 +0100 Subject: [PATCH] Fixed bad merge --- src/libs/core/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/core/CMakeLists.txt b/src/libs/core/CMakeLists.txt index 9bfcb211..c8b5ff50 100644 --- a/src/libs/core/CMakeLists.txt +++ b/src/libs/core/CMakeLists.txt @@ -38,7 +38,7 @@ target_link_libraries(lmscore PUBLIC Wt::Wt ) -install(TARGETS lmscore DESTINATION lib ${CMAKE_INSTALL_LIBDIR}) +install(TARGETS lmscore DESTINATION ${CMAKE_INSTALL_LIBDIR}) if(BUILD_TESTING) add_subdirectory(test)