summaryrefslogtreecommitdiff
path: root/indra/cmake/OpenSSL.cmake
diff options
context:
space:
mode:
authorGraham Linden <graham@lindenlab.com>2014-08-29 11:31:51 -0700
committerGraham Linden <graham@lindenlab.com>2014-08-29 11:31:51 -0700
commit96a3a858b4ce49a83b18493854abd88f4b14d629 (patch)
tree6205d06d79c4bb19aa9a7017ae4d0021229cfb9c /indra/cmake/OpenSSL.cmake
parent297aefd933c1f9646268556eb81132770fd3ce70 (diff)
parentb021c90e7bccdd0f9a916946e7716a00034254c2 (diff)
Mergeville
Diffstat (limited to 'indra/cmake/OpenSSL.cmake')
-rwxr-xr-xindra/cmake/OpenSSL.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/cmake/OpenSSL.cmake b/indra/cmake/OpenSSL.cmake
index 5b469f74f9..eb548bdcc1 100755
--- a/indra/cmake/OpenSSL.cmake
+++ b/indra/cmake/OpenSSL.cmake
@@ -7,7 +7,7 @@ set(OpenSSL_FIND_REQUIRED ON)
if (USESYSTEMLIBS)
include(FindOpenSSL)
else (USESYSTEMLIBS)
- use_prebuilt_binary(openSSL)
+ use_prebuilt_binary(openssl)
if (WINDOWS)
set(OPENSSL_LIBRARIES ssleay32 libeay32)
else (WINDOWS)
@@ -17,7 +17,7 @@ else (USESYSTEMLIBS)
endif (USESYSTEMLIBS)
if (LINUX)
- set(CRYPTO_LIBRARIES crypto)
+ set(CRYPTO_LIBRARIES crypto dl)
elseif (DARWIN)
set(CRYPTO_LIBRARIES crypto)
endif (LINUX)