summaryrefslogtreecommitdiff
path: root/indra/cmake
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2013-02-12 10:50:47 -0500
committerOz Linden <oz@lindenlab.com>2013-02-12 10:50:47 -0500
commit5ea68c69a443fb9364c6e86ec373d3bd57382da7 (patch)
treec735709ed1c21ed6f05b3e0dace866e082b9b705 /indra/cmake
parentd7e90f4160aaa81e30206c80047b82833c049482 (diff)
convert to new channel name scheme and remove login_channel build time parameter
Diffstat (limited to 'indra/cmake')
-rw-r--r--indra/cmake/Variables.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/cmake/Variables.cmake b/indra/cmake/Variables.cmake
index 6c3b7801b9..296da81e6c 100644
--- a/indra/cmake/Variables.cmake
+++ b/indra/cmake/Variables.cmake
@@ -142,7 +142,6 @@ set(GRID agni CACHE STRING "Target Grid")
set(VIEWER ON CACHE BOOL "Build Second Life viewer.")
set(VIEWER_CHANNEL "Second Life Test" CACHE STRING "Viewer Channel Name")
-set(VIEWER_LOGIN_CHANNEL ${VIEWER_CHANNEL} CACHE STRING "Fake login channel for A/B Testing")
if (XCODE_VERSION GREATER 4.2)
set(ENABLE_SIGNING OFF CACHE BOOL "Enable signing the viewer")