summaryrefslogtreecommitdiff
path: root/indra/cmake
diff options
context:
space:
mode:
authorandreykproductengine <andreykproductengine@lindenlab.com>2019-03-04 14:59:33 +0200
committerandreykproductengine <andreykproductengine@lindenlab.com>2019-03-04 14:59:33 +0200
commit478e4f39d8970a73ffe8bde0d8ec2d870eb9796b (patch)
treef48487a62925ea9e4f3a8bc23096983cb122ba83 /indra/cmake
parentef38e373e6124f1a59a5ffe6c9aaa82f74842e4c (diff)
Fix for local studio builds
Diffstat (limited to 'indra/cmake')
-rw-r--r--indra/cmake/00-Common.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/cmake/00-Common.cmake b/indra/cmake/00-Common.cmake
index 40fc706a99..a421616710 100644
--- a/indra/cmake/00-Common.cmake
+++ b/indra/cmake/00-Common.cmake
@@ -45,6 +45,8 @@ endif()
# Don't bother with a MinSizeRel build.
set(CMAKE_CONFIGURATION_TYPES "RelWithDebInfo;Release;Debug" CACHE STRING
"Supported build types." FORCE)
+
+set(UNATTENDED ON CACHE BOOL â€On Windows, turn this OFF to implicitly run VSTool.exe after configure.â€)
# Platform-specific compilation flags.