diff options
author | Graham Linden <graham@lindenlab.com> | 2014-08-29 11:31:51 -0700 |
---|---|---|
committer | Graham Linden <graham@lindenlab.com> | 2014-08-29 11:31:51 -0700 |
commit | 96a3a858b4ce49a83b18493854abd88f4b14d629 (patch) | |
tree | 6205d06d79c4bb19aa9a7017ae4d0021229cfb9c /indra/cmake/OpenSSL.cmake | |
parent | 297aefd933c1f9646268556eb81132770fd3ce70 (diff) | |
parent | b021c90e7bccdd0f9a916946e7716a00034254c2 (diff) |
Mergeville
Diffstat (limited to 'indra/cmake/OpenSSL.cmake')
-rwxr-xr-x | indra/cmake/OpenSSL.cmake | 4 |
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) |