From 523f12c368a3067527546efae5922150281ac203 Mon Sep 17 00:00:00 2001 From: Mauro Sardara Date: Wed, 2 Oct 2019 18:14:34 +0200 Subject: [HICN-290] Added check if ASIO_STANDALONE already defined. Removed openssl find performed by hicn-light. Change-Id: Ic1d3fe123b099e63a37bcb0c03e00a7c81f509f1 Signed-off-by: Mauro Sardara --- hicn-light/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'hicn-light') 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) -- cgit 1.2.3-korg