diff options
| author | simon <none@none> | 2014-08-21 09:11:11 -0700 |
|---|---|---|
| committer | simon <none@none> | 2014-08-21 09:11:11 -0700 |
| commit | 95a14433b8b6375b8d62970c6df5a08d98764423 (patch) | |
| tree | 8578902253fc5454827e24eedc39717be9d987e2 /indra/cmake/OpenSSL.cmake | |
| parent | a14ba78dbbfc925c94f1e8ed94b52bc08e626e3d (diff) | |
| parent | 518cc86156c2e10b9e603ac9e661f8c35faf5f70 (diff) | |
Merge downstream code into viewer-lion and become version 3.7.15
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) |
