diff options
author | Mauro Sardara <msardara@cisco.com> | 2020-09-18 14:35:36 +0000 |
---|---|---|
committer | Mauro Sardara <msardara@cisco.com> | 2020-09-18 14:35:48 +0000 |
commit | 5cf2d8077c19387a2d257f0f7804209c7dd7cbb7 (patch) | |
tree | c2e2af13b16999c30a5520331b217b6ce1aa163c /libtransport/CMakeLists.txt | |
parent | 88509fe353767cbde707c3e3b1f29392957819f3 (diff) |
[HICN-574] Fix compilation issue.
Signed-off-by: Mauro Sardara <msardara@cisco.com>
Change-Id: I5fa166fe9de506e3a600d88f3db442f07e7fe688
Signed-off-by: Mauro Sardara <msardara@cisco.com>
Diffstat (limited to 'libtransport/CMakeLists.txt')
-rw-r--r-- | libtransport/CMakeLists.txt | 2 |
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) |