summaryrefslogtreecommitdiffstats
path: root/hicn-light/CMakeLists.txt
diff options
context:
space:
mode:
authorMauro Sardara <msardara@cisco.com>2019-05-13 14:44:51 +0000
committerGerrit Code Review <gerrit@fd.io>2019-05-13 14:44:51 +0000
commit8a4273ffe83b46bc018da58135427d40012282b8 (patch)
tree6b56b41dde64a8841ba7a741e8fa4c4b2fe56f2e /hicn-light/CMakeLists.txt
parentbab3d0943eeaf8a042971cb3b80ce839c0767c51 (diff)
parent0a0e51426506985ae1e7cf8c581d109fdad7a725 (diff)
Merge "[HICN-194] support for android environment"
Diffstat (limited to 'hicn-light/CMakeLists.txt')
-rw-r--r--hicn-light/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/hicn-light/CMakeLists.txt b/hicn-light/CMakeLists.txt
index c9f90de6a..70ca8ed15 100644
--- a/hicn-light/CMakeLists.txt
+++ b/hicn-light/CMakeLists.txt
@@ -70,6 +70,8 @@ include( Packaging )
find_package(Threads REQUIRED)
+find_package(OpenSSL REQUIRED)
+
set(HICN_LIGHT_LINK_LIBRARIES
hicn-light
${HICN_LIBRARIES}