diff options
-rw-r--r-- | hicn-light/CMakeLists.txt | 1 | ||||
-rw-r--r-- | libtransport/src/hicn/transport/config.h.in | 3 |
2 files changed, 3 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) diff --git a/libtransport/src/hicn/transport/config.h.in b/libtransport/src/hicn/transport/config.h.in index 02dcfa0f3..7d47c2b3f 100644 --- a/libtransport/src/hicn/transport/config.h.in +++ b/libtransport/src/hicn/transport/config.h.in @@ -16,7 +16,10 @@ #pragma once #cmakedefine TRANSPORT_HAVE_PTHREAD 1 + +#ifndef ASIO_STANDALONE #cmakedefine ASIO_STANDALONE +#endif #define RAAQM_CONFIG_PATH "@raaqm_config_path@" |