aboutsummaryrefslogtreecommitdiffstats
path: root/libtransport
diff options
context:
space:
mode:
authorMauro Sardara <msardara@cisco.com>2020-09-18 17:57:21 +0200
committerMauro Sardara <msardara@cisco.com>2020-09-18 17:58:23 +0200
commitb9fbd392692a43369f87c9e4b3c90c0c00c3f5c1 (patch)
tree76013781ea4ae99bf04eb13dfdf1f59cf8e4d8e5 /libtransport
parent45013fe5d067339a9606e4f5cf086aa35e082b34 (diff)
[HICN-574] Fix compilation issue.
This reverts commit 5049dc9e3a5acecf9e1051973a043db95b653085. Signed-off-by: Mauro Sardara <msardara@cisco.com> Change-Id: I63cb00990d2ad22e5ad895eb950d163661cfa8fd
Diffstat (limited to 'libtransport')
-rw-r--r--libtransport/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/libtransport/CMakeLists.txt b/libtransport/CMakeLists.txt
index 28124b26e..f38c98560 100644
--- a/libtransport/CMakeLists.txt
+++ b/libtransport/CMakeLists.txt
@@ -128,6 +128,8 @@ list(APPEND LIBTRANSPORT_INTERNAL_INCLUDE_DIRS
${SAFE_VAPI_INCLUDE_DIRS}
)
+message("Libsafe vapi: ${SAFE_VAPI_INCLUDE_DIRS}")
+
include(Packaging)
find_package(Threads REQUIRED)