From ba24af923c87a9ab4307ab6a66c587df380f5be9 Mon Sep 17 00:00:00 2001 From: andreykproductengine Date: Mon, 4 Mar 2019 14:59:33 +0200 Subject: Fix for local studio builds --- indra/cmake/00-Common.cmake | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indra/cmake') diff --git a/indra/cmake/00-Common.cmake b/indra/cmake/00-Common.cmake index 03da30649a..d7957d2b20 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. -- cgit v1.2.3