summaryrefslogtreecommitdiff
path: root/indra/cmake/Linking.cmake
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2015-01-07 19:46:28 -0500
committerNat Goodspeed <nat@lindenlab.com>2015-01-07 19:46:28 -0500
commitac95d29f50bb59434dbcdbeedf78b505aae2a1c4 (patch)
tree910cdf33412e7fb0a4dc194bd6a2d151d71c67b7 /indra/cmake/Linking.cmake
parent087e497ab5776d54da7ee0ae4550679c65df28e4 (diff)
parent27951fa1d40abd8cca679f3192264472469e9364 (diff)
Automated merge with ssh://bitbucket.org/lindenlab/viewer-tools-update
Diffstat (limited to 'indra/cmake/Linking.cmake')
-rwxr-xr-xindra/cmake/Linking.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/Linking.cmake b/indra/cmake/Linking.cmake
index 74fe3f1137..c95f0c3702 100755
--- a/indra/cmake/Linking.cmake
+++ b/indra/cmake/Linking.cmake
@@ -6,7 +6,7 @@ set(${CMAKE_CURRENT_LIST_FILE}_INCLUDED "YES")
include(Variables)
set(ARCH_PREBUILT_DIRS ${AUTOBUILD_INSTALL_DIR}/lib)
-set(ARCH_PREBUILT_DIRS_PLUGINS ${AUTOBUILD_INSTALL_DIR}/plugins)
+##set(ARCH_PREBUILT_DIRS_PLUGINS ${AUTOBUILD_INSTALL_DIR}/plugins)
set(ARCH_PREBUILT_DIRS_RELEASE ${AUTOBUILD_INSTALL_DIR}/lib/release)
set(ARCH_PREBUILT_DIRS_DEBUG ${AUTOBUILD_INSTALL_DIR}/lib/debug)
if (WINDOWS)