From b640169db2e30c4636dcbcf3743081ba950636ff Mon Sep 17 00:00:00 2001 From: Mateo Cindric Date: Tue, 3 Jan 2023 14:56:48 +0000 Subject: [PATCH] system-plugin: remove plugin library linking --- CMakeLists.txt | 9 --------- 1 file changed, 9 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5b6461c..17d2596 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -84,15 +84,6 @@ set( add_library(${PLUGIN_LIRBARY_NAME} STATIC ${SOURCES}) install(TARGETS ${PLUGIN_LIRBARY_NAME} DESTINATION lib) -# link plugin library -target_link_libraries( - ${PLUGIN_LIRBARY_NAME} - ${SYSREPO_LIBRARIES} - ${LIBYANG_LIBRARIES} - ${SRPC_LIBRARIES} - ${UMGMT_LIBRARIES} -) - if(NOT PLUGIN) add_executable( ${CMAKE_PROJECT_NAME}