summaryrefslogtreecommitdiff
path: root/indra/cmake/OpenSSL.cmake
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2011-02-23 15:56:28 -0500
committerOz Linden <oz@lindenlab.com>2011-02-23 15:56:28 -0500
commitb246fdd74827caa7927c0aee64397a764db58df2 (patch)
treebd76f7ca0d164a219547725d41ce2bd01b5637d6 /indra/cmake/OpenSSL.cmake
parent609c70eb5a48389bef1ad33358774764ee9615e2 (diff)
parent0a262969e1da82fc95ec889f7aaafa4078bcf480 (diff)
Automated merge with ssh://hg@bitbucket.org/lindenlab/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)