diff options
author | Mauro Sardara <msardara@cisco.com> | 2020-09-18 15:30:19 +0000 |
---|---|---|
committer | Mauro Sardara <msardara@cisco.com> | 2020-09-18 15:30:19 +0000 |
commit | 22738e6177e9e1348e5a9c23c5a71e1d1ef7246f (patch) | |
tree | cccd51bac7966cd3138c525e8075d90341184a66 /CMakeLists.txt | |
parent | 5cf2d8077c19387a2d257f0f7804209c7dd7cbb7 (diff) |
Revert "[HICN-574] Fix compilation issue."
This reverts commit 5cf2d8077c19387a2d257f0f7804209c7dd7cbb7.
Reason for revert: Merged into wrong branch
Change-Id: I41b9d9fccc29b388ffd2f5408dbe8ecb708443f8
Signed-off-by: Mauro Sardara <msardara@cisco.com>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a1963c471..27d3b419e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -63,9 +63,9 @@ endif() list(APPEND dir_options BUILD_LIBHICN BUILD_HICNLIGHT - BUILD_LIBTRANSPORT BUILD_HICNPLUGIN BUILD_CTRL + BUILD_LIBTRANSPORT BUILD_UTILS BUILD_APPS BUILD_SYSREPOPLUGIN @@ -99,12 +99,6 @@ endif () message(STATUS "Building the following subprojects: ${subdirs}") -set(SAFE_VAPI_INCLUDE_DIRS - ${CMAKE_CURRENT_SOURCE_DIR}/${BUILD_HICNPLUGIN_DIR}/vapi/include "" - CACHE INTERNAL - "" FORCE -) - foreach(dir ${subdirs}) add_subdirectory(${dir}) endforeach() |