summaryrefslogtreecommitdiff
path: root/indra/cmake/OpenSSL.cmake
diff options
context:
space:
mode:
authorAura Linden <aura@lindenlab.com>2011-07-21 17:07:57 -0700
committerAura Linden <aura@lindenlab.com>2011-07-21 17:07:57 -0700
commit74b6f5dce31b5ff69ced8e1e8cd37e4c5ded2943 (patch)
tree5242c2011c3425ef624c3f6ce59f1ce12930edae /indra/cmake/OpenSSL.cmake
parent6d789f59f8d8b3d195090f972f783727037790c2 (diff)
parent8d9901718022f34e9eb93c339dda796da52d0545 (diff)
Added handling for RemoveInventoryObjects message. Fixed handling of RemoveInventoryFolder
Diffstat (limited to 'indra/cmake/OpenSSL.cmake')
-rw-r--r--indra/cmake/OpenSSL.cmake2
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)