diff options
author | Oz Linden <oz@lindenlab.com> | 2012-11-09 17:03:14 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2012-11-09 17:03:14 -0500 |
commit | 675f41b523e2fbdc36c5384161478c84ee12b02f (patch) | |
tree | 5bb9004f4839681a1ab207fc4e806d6fd88322bc /indra | |
parent | 60f69c383c52978238a08d27ca6193931f4490c3 (diff) |
make local developer builds use the same channel as TeamCity developer builds
Diffstat (limited to 'indra')
-rw-r--r-- | indra/cmake/Variables.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/Variables.cmake b/indra/cmake/Variables.cmake index 4b459f1a48..a64ce2d4ba 100644 --- a/indra/cmake/Variables.cmake +++ b/indra/cmake/Variables.cmake @@ -141,7 +141,7 @@ endif (${CMAKE_SYSTEM_NAME} MATCHES "Darwin") set(GRID agni CACHE STRING "Target Grid") set(VIEWER ON CACHE BOOL "Build Second Life viewer.") -set(VIEWER_CHANNEL "LindenDeveloper" CACHE STRING "Viewer Channel Name") +set(VIEWER_CHANNEL "Second Life Developer" 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) |