summaryrefslogtreecommitdiff
path: root/indra/cmake/OpenSSL.cmake
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2011-03-27 06:39:42 -0400
committerOz Linden <oz@lindenlab.com>2011-03-27 06:39:42 -0400
commit5b316df2249fc62c1e6a4f089b9726c4e62f23e0 (patch)
tree550521651fb4a14124f9c6aed3c9018b29d92920 /indra/cmake/OpenSSL.cmake
parentb7b9a37bc13d40a3caf7ea77d6857c2bb6036e06 (diff)
parent3df0b60b3ad338a62a27e1492990f15c1393ea03 (diff)
merge out latest changes from viewer-development
Diffstat (limited to 'indra/cmake/OpenSSL.cmake')
-rw-r--r--indra/cmake/OpenSSL.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/cmake/OpenSSL.cmake b/indra/cmake/OpenSSL.cmake
index 81584c09ea..5982ee9a49 100644
--- a/indra/cmake/OpenSSL.cmake
+++ b/indra/cmake/OpenSSL.cmake
@@ -13,11 +13,11 @@ else (STANDALONE)
else (WINDOWS)
set(OPENSSL_LIBRARIES ssl)
endif (WINDOWS)
- set(OPENSSL_INCLUDE_DIRS ${LIBS_PREBUILT_DIR}/${LL_ARCH_DIR}/include)
+ set(OPENSSL_INCLUDE_DIRS ${LIBS_PREBUILT_DIR}/include)
endif (STANDALONE)
if (LINUX)
set(CRYPTO_LIBRARIES crypto)
elseif (DARWIN)
- set(CRYPTO_LIBRARIES llcrypto)
+ set(CRYPTO_LIBRARIES crypto)
endif (LINUX)