aboutsummaryrefslogtreecommitdiffstats
path: root/hicn-light
diff options
context:
space:
mode:
authorMauro Sardara <msardara@cisco.com>2019-10-02 18:14:34 +0200
committerMauro Sardara <msardara@cisco.com>2019-10-02 18:14:34 +0200
commit523f12c368a3067527546efae5922150281ac203 (patch)
treec4ba638403b54cf5e8cc3e03570769f33311ffc2 /hicn-light
parent761379dc69b5d95e49cd41e828d683c0bd3dd89d (diff)
[HICN-290] Added check if ASIO_STANDALONE already defined. Removed openssl find performed by hicn-light.
Change-Id: Ic1d3fe123b099e63a37bcb0c03e00a7c81f509f1 Signed-off-by: Mauro Sardara <msardara@cisco.com>
Diffstat (limited to 'hicn-light')
-rw-r--r--hicn-light/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/hicn-light/CMakeLists.txt b/hicn-light/CMakeLists.txt
index 9edb146e4..39fce8c1f 100644
--- a/hicn-light/CMakeLists.txt
+++ b/hicn-light/CMakeLists.txt
@@ -74,7 +74,6 @@ endif()
include( Packaging )
find_package(Threads REQUIRED)
-find_package(OpenSSL REQUIRED)
set(LIBHICN_LIGHT hicn-light)
set(LIBHICN_LIGHT_STATIC ${LIBHICN_LIGHT}.static)