summaryrefslogtreecommitdiff
path: root/indra/cmake
diff options
context:
space:
mode:
authorcallum_linden <none@none>2014-12-15 10:10:18 -0800
committercallum_linden <none@none>2014-12-15 10:10:18 -0800
commit71c70117dda651700b5c564366f6c91d12512f97 (patch)
tree87937fc4aa2f4fad141dda50f8ec9d016ce35449 /indra/cmake
parentc43b176584d0fe050ec985f4003471f7b5af4818 (diff)
Add feature (enabled) to turn off media plugins
Diffstat (limited to 'indra/cmake')
-rwxr-xr-xindra/cmake/Variables.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/cmake/Variables.cmake b/indra/cmake/Variables.cmake
index 8e220162ce..faca12c347 100755
--- a/indra/cmake/Variables.cmake
+++ b/indra/cmake/Variables.cmake
@@ -26,6 +26,7 @@ set(VIEWER_PREFIX)
set(INTEGRATION_TESTS_PREFIX)
set(LL_TESTS ON CACHE BOOL "Build and run unit and integration tests (disable for build timing runs to reduce variation")
set(INCREMENTAL_LINK OFF CACHE BOOL "Use incremental linking on win32 builds (enable for faster links on some machines)")
+set(ENABLE_MEDIA_PLUGINS OFF CACHE BOOL "Turn off building media plugins if they are imported by third-party library mechanism")
if(LIBS_CLOSED_DIR)
file(TO_CMAKE_PATH "${LIBS_CLOSED_DIR}" LIBS_CLOSED_DIR)