diff options
author | Mauro Sardara <msardara@cisco.com> | 2020-09-23 08:27:45 +0000 |
---|---|---|
committer | Mauro Sardara <msardara@cisco.com> | 2020-09-23 08:27:45 +0000 |
commit | 998aea92186890cc09adcb748647da147e3c54fd (patch) | |
tree | 428952210e282e85ee985cdfb8fd96413bdb82b2 | |
parent | b9fbd392692a43369f87c9e4b3c90c0c00c3f5c1 (diff) |
[HICN-641] Fix compilation issue.
Signed-off-by: Mauro Sardara <msardara@cisco.com>
Change-Id: Ia6d9def17332e742edf6e37d4541c67110dc791c
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a1963c471..ba25ddb0d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -100,7 +100,8 @@ endif () message(STATUS "Building the following subprojects: ${subdirs}") set(SAFE_VAPI_INCLUDE_DIRS - ${CMAKE_CURRENT_SOURCE_DIR}/${BUILD_HICNPLUGIN_DIR}/vapi/include "" + ${CMAKE_CURRENT_SOURCE_DIR}/${BUILD_HICNPLUGIN_DIR}/vapi/include + ${PROJECT_BINARY_DIR}/hicn-plugin "" CACHE INTERNAL "" FORCE ) |