diff options
author | Leslie Linden <leslie@lindenlab.com> | 2011-07-28 11:33:52 -0700 |
---|---|---|
committer | Leslie Linden <leslie@lindenlab.com> | 2011-07-28 11:33:52 -0700 |
commit | b8d5c8993d46dc5b24bc07f721115a174ff918c8 (patch) | |
tree | 9f510870fa54ad6f5a571d7f443c0bfafdc251a4 /indra | |
parent | 5e989213ad5869c21b3b595f3b4d63e31087f8d0 (diff) |
Reverting 3p library updates for curl, ares, openssl and llqtwebkit to get SSL working properly again, we hope.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/cmake/OpenSSL.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/OpenSSL.cmake b/indra/cmake/OpenSSL.cmake index dc50b1b8e7..5982ee9a49 100644 --- a/indra/cmake/OpenSSL.cmake +++ b/indra/cmake/OpenSSL.cmake @@ -7,7 +7,7 @@ set(OpenSSL_FIND_REQUIRED ON) if (STANDALONE) include(FindOpenSSL) else (STANDALONE) - use_prebuilt_binary(openssl) + use_prebuilt_binary(openSSL) if (WINDOWS) set(OPENSSL_LIBRARIES ssleay32 libeay32) else (WINDOWS) |