summaryrefslogtreecommitdiff
path: root/indra/cmake/OpenSSL.cmake
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2011-02-14 09:50:39 -0500
committerOz Linden <oz@lindenlab.com>2011-02-14 09:50:39 -0500
commit26bcba4c9b77fa63912343d9d4ed64677e59dfd4 (patch)
treeca629ca097089ed5a449a548a911bc364fc6052d /indra/cmake/OpenSSL.cmake
parente15b543dd655e2b93d9cab1326b389b6b04a7522 (diff)
parentee2aebfaf38ca12574b9835340ed8c55c6fbccf2 (diff)
merge up to latest viewer-development
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 81584c09ea..c692b67b49 100644
--- a/indra/cmake/OpenSSL.cmake
+++ b/indra/cmake/OpenSSL.cmake
@@ -13,7 +13,7 @@ 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)