diff options
author | David Seikel | 2011-02-13 14:37:44 +1000 |
---|---|---|
committer | David Seikel | 2011-02-13 14:37:44 +1000 |
commit | e68da291f855b1d8dd0012af67f172a2244936c2 (patch) | |
tree | 3e53b84b4ffa856e152cf05b00d2f3db582dd66e /linden/indra/cmake/Variables.cmake | |
parent | Revert "Comment out the server tellinsg us what the search URL is, seems the ... (diff) | |
download | meta-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.cmake | 6 |
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 |
74 | set(GRID agni CACHE STRING "Target Grid") | 74 | set(GRID agni CACHE STRING "Target Grid") |
75 | 75 | ||
76 | set(VIEWER ON CACHE BOOL "Build Second Life viewer.") | 76 | set(VIEWER ON CACHE BOOL "Build the viewer.") |
77 | set(VIEWER_CHANNEL "meta-impy" CACHE STRING "Viewer Channel Name") | 77 | set(VIEWER_CHANNEL "meta-impy" CACHE STRING "Viewer Channel Name") |
78 | set(VIEWER_LOGIN_CHANNEL ${VIEWER_CHANNEL} CACHE STRING "Fake login channel for A/B Testing") | 78 | set(VIEWER_LOGIN_CHANNEL ${VIEWER_CHANNEL} CACHE STRING "Fake login channel for A/B Testing") |
79 | 79 | ||
80 | set(STANDALONE OFF CACHE BOOL "Do not use meta-impy-supplied prebuilt libraries.") | 80 | set(STANDALONE OFF CACHE BOOL "Do not use meta-impy-supplied prebuilt libraries.") |
81 | 81 | ||
82 | if (NOT STANDALONE AND EXISTS ${CMAKE_SOURCE_DIR}/llphysics) | 82 | if (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.") |
84 | endif (NOT STANDALONE AND EXISTS ${CMAKE_SOURCE_DIR}/llphysics) | 84 | endif (NOT STANDALONE AND EXISTS ${CMAKE_SOURCE_DIR}/llphysics) |
85 | 85 | ||
86 | if (LINUX AND SERVER AND VIEWER) | 86 | if (LINUX AND SERVER AND VIEWER) |