Skip to content

Commit

Permalink
system-plugin: remove plugin library linking
Browse files Browse the repository at this point in the history
  • Loading branch information
zinccyy committed Jan 3, 2023
1 parent 2421d90 commit b640169
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit b640169

Please sign in to comment.