summaryrefslogtreecommitdiff
path: root/indra/cmake/Variables.cmake
diff options
context:
space:
mode:
authorChristian Goetze <cg@lindenlab.com>2008-07-07 21:57:50 +0000
committerChristian Goetze <cg@lindenlab.com>2008-07-07 21:57:50 +0000
commit144aeb56ca99b32e18df7ba352a8d29c8d3857a8 (patch)
treeee9051dd3c930b084f0dc42067d17e1f738424f6 /indra/cmake/Variables.cmake
parent596f6b57e2afbbe3728475fb7c101a5ee52115fa (diff)
Add support for GRID:STRING in cmake
Diffstat (limited to 'indra/cmake/Variables.cmake')
-rw-r--r--indra/cmake/Variables.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/cmake/Variables.cmake b/indra/cmake/Variables.cmake
index e537772fa5..e3451b1134 100644
--- a/indra/cmake/Variables.cmake
+++ b/indra/cmake/Variables.cmake
@@ -75,6 +75,8 @@ if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
set(LL_ARCH_DIR universal-darwin)
endif (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
+# Default deploy grid
+set(GRID agni CACHE STRING "Target Grid")
set(VIEWER ON CACHE BOOL "Build Second Life viewer.")