aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/cmake/Variables.cmake
diff options
context:
space:
mode:
authorDavid Seikel2011-02-13 14:37:44 +1000
committerDavid Seikel2011-02-13 14:37:44 +1000
commite68da291f855b1d8dd0012af67f172a2244936c2 (patch)
tree3e53b84b4ffa856e152cf05b00d2f3db582dd66e /linden/indra/cmake/Variables.cmake
parentRevert "Comment out the server tellinsg us what the search URL is, seems the ... (diff)
downloadmeta-impy-e68da291f855b1d8dd0012af67f172a2244936c2.zip
meta-impy-e68da291f855b1d8dd0012af67f172a2244936c2.tar.gz
meta-impy-e68da291f855b1d8dd0012af67f172a2244936c2.tar.bz2
meta-impy-e68da291f855b1d8dd0012af67f172a2244936c2.tar.xz
UNBRANDING! Conservativley remove references to "second life", replacing them with something generic.
Diffstat (limited to 'linden/indra/cmake/Variables.cmake')
-rw-r--r--linden/indra/cmake/Variables.cmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/linden/indra/cmake/Variables.cmake b/linden/indra/cmake/Variables.cmake
index 37e77ae..18f3cdd 100644
--- a/linden/indra/cmake/Variables.cmake
+++ b/linden/indra/cmake/Variables.cmake
@@ -1,6 +1,6 @@
1# -*- cmake -*- 1# -*- cmake -*-
2# 2#
3# Definitions of variables used throughout the Second Life build 3# Definitions of variables used throughout the build
4# process. 4# process.
5# 5#
6# Platform variables: 6# Platform variables:
@@ -73,14 +73,14 @@ endif (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
73# Default deploy grid 73# Default deploy grid
74set(GRID agni CACHE STRING "Target Grid") 74set(GRID agni CACHE STRING "Target Grid")
75 75
76set(VIEWER ON CACHE BOOL "Build Second Life viewer.") 76set(VIEWER ON CACHE BOOL "Build the viewer.")
77set(VIEWER_CHANNEL "meta-impy" CACHE STRING "Viewer Channel Name") 77set(VIEWER_CHANNEL "meta-impy" CACHE STRING "Viewer Channel Name")
78set(VIEWER_LOGIN_CHANNEL ${VIEWER_CHANNEL} CACHE STRING "Fake login channel for A/B Testing") 78set(VIEWER_LOGIN_CHANNEL ${VIEWER_CHANNEL} CACHE STRING "Fake login channel for A/B Testing")
79 79
80set(STANDALONE OFF CACHE BOOL "Do not use meta-impy-supplied prebuilt libraries.") 80set(STANDALONE OFF CACHE BOOL "Do not use meta-impy-supplied prebuilt libraries.")
81 81
82if (NOT STANDALONE AND EXISTS ${CMAKE_SOURCE_DIR}/llphysics) 82if (NOT STANDALONE AND EXISTS ${CMAKE_SOURCE_DIR}/llphysics)
83 set(SERVER ON CACHE BOOL "Build Second Life server software.") 83 set(SERVER ON CACHE BOOL "Build the server software.")
84endif (NOT STANDALONE AND EXISTS ${CMAKE_SOURCE_DIR}/llphysics) 84endif (NOT STANDALONE AND EXISTS ${CMAKE_SOURCE_DIR}/llphysics)
85 85
86if (LINUX AND SERVER AND VIEWER) 86if (LINUX AND SERVER AND VIEWER)