diff options
author | Mauro Sardara <msardara@cisco.com> | 2020-11-11 11:37:01 +0100 |
---|---|---|
committer | Mauro Sardara <msardara@cisco.com> | 2020-11-11 11:37:01 +0100 |
commit | 3f3141bc5b02d49f23bb4b88adcabbdbb4edd4dd (patch) | |
tree | d88daab4954213ed56117a30d85a0eaed74aae5e /ctrl/sysrepo-plugins/hicn-plugin/CMakeLists.txt | |
parent | 014ea2ed39986793d6b82e7a43533e91c6ec2e18 (diff) |
[HICN-655] Fix SYSREPO_PLUGIN_INCLUDE_DIRS
Signed-off-by: Mauro Sardara <msardara@cisco.com>
Change-Id: I034899728aa19f42c027fba2057e4e9397a1485c
Diffstat (limited to 'ctrl/sysrepo-plugins/hicn-plugin/CMakeLists.txt')
-rw-r--r-- | ctrl/sysrepo-plugins/hicn-plugin/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ctrl/sysrepo-plugins/hicn-plugin/CMakeLists.txt b/ctrl/sysrepo-plugins/hicn-plugin/CMakeLists.txt index 11075aabd..230fb8923 100644 --- a/ctrl/sysrepo-plugins/hicn-plugin/CMakeLists.txt +++ b/ctrl/sysrepo-plugins/hicn-plugin/CMakeLists.txt @@ -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 |