summaryrefslogtreecommitdiff
path: root/indra/cmake/OpenSSL.cmake
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2011-03-19 06:32:13 -0400
committerOz Linden <oz@lindenlab.com>2011-03-19 06:32:13 -0400
commit5a1b27ba5fbaaa9ee5528b1023a294bc899f7768 (patch)
treec641bd45e6384c85bff5e43ab01af5cad784283b /indra/cmake/OpenSSL.cmake
parent1a7369408c0b2cd15dbdc79d045f3347a8ab47d1 (diff)
parent9693227cb41f909ef66f86e6699ad0bf124a7e83 (diff)
merge out latest 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)