diff options
author | Mauro Sardara <msardara@cisco.com> | 2019-10-02 18:14:34 +0200 |
---|---|---|
committer | Mauro Sardara <msardara@cisco.com> | 2019-10-02 18:14:34 +0200 |
commit | 523f12c368a3067527546efae5922150281ac203 (patch) | |
tree | c4ba638403b54cf5e8cc3e03570769f33311ffc2 /hicn-light/CMakeLists.txt | |
parent | 761379dc69b5d95e49cd41e828d683c0bd3dd89d (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/CMakeLists.txt')
-rw-r--r-- | hicn-light/CMakeLists.txt | 1 |
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) |