diff options
author | Leslie Linden <leslie@lindenlab.com> | 2011-07-20 17:07:10 -0700 |
---|---|---|
committer | Leslie Linden <leslie@lindenlab.com> | 2011-07-20 17:07:10 -0700 |
commit | 85370eed51df59c83a1a54822d6e9651ac13382f (patch) | |
tree | c31324ecf0ce0190b242651b1af25fb6afc73ad2 /indra | |
parent | 5b89ba6942ebaa593914d9dc34794239aec8542f (diff) |
Updating autobuild.xml with patches for ares, curl, llqtwebkit and openssl to propagate the earlier changes
to ares and openssl that never made it into the viewer.
Reviewed by Richard.
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 5982ee9a49..dc50b1b8e7 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) |