Skip to content

Commit

Permalink
[HICN-655] Fix SYSREPO_PLUGIN_INCLUDE_DIRS
Browse files Browse the repository at this point in the history
Signed-off-by: Mauro Sardara <[email protected]>
Change-Id: I034899728aa19f42c027fba2057e4e9397a1485c
  • Loading branch information
msardara committed Nov 11, 2020
1 parent 014ea2e commit 3f3141b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ctrl/sysrepo-plugins/hicn-plugin/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ set(SOURCE_FILES
list(APPEND SYSREPO_PLUGIN_INCLUDE_DIRS
${VPP_INCLUDE_DIRS}
${HICNPLUGIN_INCLUDE_DIRS}
${SYSREPO_INCLUDE_DIRS}
)

list(APPEND LIBRARIES
${SYSREPO_LIBRARIES}
${VPP_LIBRARIES}
${SYSREPO_INCLUDE_DIRS}
)

build_library(sysrepohicn
Expand Down

0 comments on commit 3f3141b

Please sign in to comment.