From d16b56781e3c7a1a3823890fd4c522df93b89e2e Mon Sep 17 00:00:00 2001 From: Matteo Merli Date: Sun, 9 Oct 2022 10:14:20 -0700 Subject: [PATCH] Removed extra call of `find_package(OpenSSL)` --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cd7eaff7..f8820431 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -124,7 +124,6 @@ add_definitions(-DLOG_CATEGORY_NAME=${LOG_CATEGORY_NAME} -DBUILDING_PULSAR -DBOO set(OPENSSL_ROOT_DIR ${OPENSSL_ROOT_DIR} /usr/lib64/) -find_package(OpenSSL REQUIRED) ### This part is to find and keep SSL dynamic libs in RECORD_OPENSSL_SSL_LIBRARY and RECORD_OPENSSL_CRYPTO_LIBRARY ### After find the libs, will unset related cache, and will not affect another same call to find_package. if (APPLE)