diff options
author | Oz Linden <oz@lindenlab.com> | 2018-05-30 13:14:43 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2018-05-30 13:14:43 -0400 |
commit | d2fa5a53e8b91bd0aba10ab3917c722dc360b610 (patch) | |
tree | e4408abeb052e38e0f4070f62425e8c196d89c5b /indra/cmake | |
parent | 837ca22924a4fc3ade6d592bc75c7921a6f4e668 (diff) |
remove unused UNATTENDED cmake variable that generates warnings
Diffstat (limited to 'indra/cmake')
-rw-r--r-- | indra/cmake/Variables.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/cmake/Variables.cmake b/indra/cmake/Variables.cmake index bd69c49856..b913d6398e 100644 --- a/indra/cmake/Variables.cmake +++ b/indra/cmake/Variables.cmake @@ -209,7 +209,6 @@ 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.") |