Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
stefankiesz committed Mar 15, 2024
1 parent 9330277 commit 98cf950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ if(WIN32)
# set(PRODUCER_CRYPTO_LIBRARIES
# OpenSSL::Crypto
# OpenSSL::SSL)
set(PRODUCER_CRYPTO_LIBRARIES crypto ssl)
set(PRODUCER_CRYPTO_LIBRARIES libcrypto libssl)
else()
set(PRODUCER_CRYPTO_LIBRARIES ssl crypto)
endif()
Expand Down

0 comments on commit 98cf950

Please sign in to comment.