From e3aeb94c0e8cb920022d67e59911e2917c4a5b78 Mon Sep 17 00:00:00 2001 From: Cara Salter Date: Sat, 15 Apr 2023 16:01:26 -0400 Subject: Update README Change-Id: Ic7ec9198f5f4917a01102612879eaac693f9c8c4 --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index a7d3ea5..22b9ef7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -65,6 +65,5 @@ foreach (fullmodname ${subdirlist}) add_library(module_${modname} SHARED ${modsrc}) add_dependencies(module_${modname} dpp cpr spdlog fmt) target_link_libraries(module_${modname} dpp cpr sentry) - install(TARGETS module_${modname} RUNTIME DESTINATION "${CMAKE_INSTALL_FULL_LIBDIR}/142bot/") set_target_properties(module_${modname} PROPERTIES PREFIX "") endforeach(fullmodname) -- cgit v1.2.3