diff options
Diffstat (limited to '')
-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) |