Skip to content

Commit

Permalink
interfaces-plugin: don't link against utils/memory
Browse files Browse the repository at this point in the history
  • Loading branch information
andrej committed Dec 9, 2022
1 parent b0e0394 commit c5685ec
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/interfaces/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ target_include_directories(
${INTERFACES_UTEST_NAME}
PUBLIC ${CMAKE_SOURCE_DIR}/src/interfaces/src
)
add_library(
${UTILS_MEMORY_LIBRARY_NAME}
STATIC
${CMAKE_SOURCE_DIR}/src/utils/memory.c
)
target_link_options(
${INTERFACES_UTEST_NAME}
PRIVATE ${INTERFACES_UTEST_LINKER_OPTIONS}
Expand All @@ -31,7 +26,6 @@ target_link_libraries(
${PLUGIN_LIBRARY_NAME}
${SYSREPO_LIBRARIES}
${LIBYANG_LIBRARIES}
${UTILS_MEMORY_LIBRARY_NAME}
)
add_test(
NAME ${INTERFACES_UTEST_NAME}
Expand Down

0 comments on commit c5685ec

Please sign in to comment.