Skip to content

Commit

Permalink
Fix #137 failing to reconfigure when using local openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
adepierre committed Apr 25, 2024
1 parent 686a9c2 commit 3c28a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/openssl.cmake
Expand Up @@ -8,7 +8,7 @@ endif()
# If not found, build from sources
if(NOT OPENSSL_FOUND)
set(OPENSSL_SRC_PATH "${CMAKE_CURRENT_SOURCE_DIR}/3rdparty/openssl/")
set(OPENSSL_BUILD_PATH "${CMAKE_CURRENT_BINARY_DIR}/3rdparty/openssl")
set(OPENSSL_BUILD_PATH "${CMAKE_CURRENT_BINARY_DIR}/3rdparty/openssl" CACHE INTERNAL "Local OpenSSL build path")

file(GLOB RESULT "${OPENSSL_BUILD_PATH}/install")
list(LENGTH RESULT RES_LEN)
Expand Down

0 comments on commit 3c28a2c

Please sign in to comment.