Skip to content

Commit

Permalink
Missing link system openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackarain committed Dec 11, 2023
1 parent 45e8a6d commit 94a104d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ endif(NOT MSVC)
if (ENABLE_USE_OPENSSL)
if (ENABLE_SYSTEM_OPENSSL)
find_package(OpenSSL)
link_libraries(${OPENSSL_LIBRARIES})
else()
set(OpenSSL_FOUND TRUE)
add_subdirectory(third_party/openssl)
Expand Down

0 comments on commit 94a104d

Please sign in to comment.