This commit is contained in:
2024-05-12 10:20:23 +05:30
parent 4c994b81cb
commit b4b9d63d51

View File

@@ -109,10 +109,10 @@ if (NOT EXISTS "${OPENSSL_PATH}/CMakeLists.txt")
endif()
set(OPENSSL_USE_STATIC_LIBS TRUE)
find_package(OpenSSL)
if( OPENSSL_FOUND )
set(OPENSSL_USE_STATIC_LIBS TRUE)
find_package(OpenSSL PATHS "${OPENSSL_PATH}/build")
if( OPENSSL_FOUND )