diff options
author | Aura Linden <aura@lindenlab.com> | 2011-07-21 17:07:57 -0700 |
---|---|---|
committer | Aura Linden <aura@lindenlab.com> | 2011-07-21 17:07:57 -0700 |
commit | 74b6f5dce31b5ff69ced8e1e8cd37e4c5ded2943 (patch) | |
tree | 5242c2011c3425ef624c3f6ce59f1ce12930edae /indra/cmake | |
parent | 6d789f59f8d8b3d195090f972f783727037790c2 (diff) | |
parent | 8d9901718022f34e9eb93c339dda796da52d0545 (diff) |
Added handling for RemoveInventoryObjects message. Fixed handling of RemoveInventoryFolder
Diffstat (limited to 'indra/cmake')
-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) |