aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMauro Sardara <msardara@cisco.com>2020-09-18 15:30:19 +0000
committerMauro Sardara <msardara@cisco.com>2020-09-18 15:30:19 +0000
commit22738e6177e9e1348e5a9c23c5a71e1d1ef7246f (patch)
treecccd51bac7966cd3138c525e8075d90341184a66
parent5cf2d8077c19387a2d257f0f7804209c7dd7cbb7 (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>
-rw-r--r--CMakeLists.txt8
-rw-r--r--libtransport/CMakeLists.txt2
2 files changed, 1 insertions, 9 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()
diff --git a/libtransport/CMakeLists.txt b/libtransport/CMakeLists.txt
index f38c98560..28124b26e 100644
--- a/libtransport/CMakeLists.txt
+++ b/libtransport/CMakeLists.txt
@@ -128,8 +128,6 @@ list(APPEND LIBTRANSPORT_INTERNAL_INCLUDE_DIRS
${SAFE_VAPI_INCLUDE_DIRS}
)
-message("Libsafe vapi: ${SAFE_VAPI_INCLUDE_DIRS}")
-
include(Packaging)
find_package(Threads REQUIRED)