diff options
author | Oz Linden <oz@lindenlab.com> | 2011-04-06 05:46:45 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-04-06 05:46:45 -0400 |
commit | 8f0d59cab387b266ce777a0487effeb5da89f1f1 (patch) | |
tree | 7907a3bd27c1b36701d00013e905d9bdced92894 /indra | |
parent | 8d452969dbfd5513186425511f7b4eb211278887 (diff) |
OPEN-50 (partial): refactor cmake switches to common configurations and default values
Diffstat (limited to 'indra')
-rw-r--r-- | indra/cmake/Variables.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/cmake/Variables.cmake b/indra/cmake/Variables.cmake index 77dd34d122..8c9c375790 100644 --- a/indra/cmake/Variables.cmake +++ b/indra/cmake/Variables.cmake @@ -135,6 +135,7 @@ set(VIEWER_LOGIN_CHANNEL ${VIEWER_CHANNEL} CACHE STRING "Fake login channel for set(VERSION_BUILD "0" CACHE STRING "Revision number passed in from the outside") set(STANDALONE OFF CACHE BOOL "Do not use Linden-supplied prebuilt libraries.") +set(UNATTENDED OFF CACHE BOOL "Should be set to ON for building with VC Express editions.") if (NOT STANDALONE AND EXISTS ${CMAKE_SOURCE_DIR}/llphysics) set(SERVER ON CACHE BOOL "Build Second Life server software.") |