diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2016-08-15 17:21:18 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2016-08-15 17:21:18 -0400 |
commit | f8f79c20ef8deeb7085894da09134e4663e61f4d (patch) | |
tree | 529d0d69220a378b5cca55f4160e40a35967fa43 /indra/cmake/Variables.cmake | |
parent | ab4a681034c0ca9fcadc9ac0f4fa3ca542d3422f (diff) | |
parent | b0c434fadfb7085fa93d13b3f61f29d48c610834 (diff) |
merge
Diffstat (limited to 'indra/cmake/Variables.cmake')
-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 8292a0c63d..63e296b556 100644 --- a/indra/cmake/Variables.cmake +++ b/indra/cmake/Variables.cmake @@ -164,6 +164,7 @@ set(SIGNING_IDENTITY "" CACHE STRING "Specifies the signing identity to use, if set(VERSION_BUILD "0" CACHE STRING "Revision number passed in from the outside") set(USESYSTEMLIBS OFF CACHE BOOL "Use libraries from your system rather than Linden-supplied prebuilt libraries.") +set(UNATTENDED OFF CACHE BOOL "Should be set to ON for building with VC Express editions.") set(USE_PRECOMPILED_HEADERS ON CACHE BOOL "Enable use of precompiled header directives where supported.") |