summaryrefslogtreecommitdiff
path: root/indra/cmake/OpenSSL.cmake
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2021-06-07 21:05:56 +0300
committerAndrey Lihatskiy <alihatskiy@productengine.com>2021-06-07 21:05:56 +0300
commit681298dd726b2d00910fe71646147fadd1aba980 (patch)
tree76b3a3fd2c3e5fd2330a947b860108ec18658e79 /indra/cmake/OpenSSL.cmake
parent323f41f4892248762fc8505d8df17d70bd833cf3 (diff)
parentfa8f1862130fdef81f83e977743299623a50b7c7 (diff)
Merge branch 'DRTVWR-520-apple-notarization' into DRTVWR-540-maint
Diffstat (limited to 'indra/cmake/OpenSSL.cmake')
-rw-r--r--indra/cmake/OpenSSL.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/OpenSSL.cmake b/indra/cmake/OpenSSL.cmake
index eb548bdcc1..32400f5e4e 100644
--- a/indra/cmake/OpenSSL.cmake
+++ b/indra/cmake/OpenSSL.cmake
@@ -9,7 +9,7 @@ if (USESYSTEMLIBS)
else (USESYSTEMLIBS)
use_prebuilt_binary(openssl)
if (WINDOWS)
- set(OPENSSL_LIBRARIES ssleay32 libeay32)
+ set(OPENSSL_LIBRARIES libssl libcrypto)
else (WINDOWS)
set(OPENSSL_LIBRARIES ssl crypto)
endif (WINDOWS)