diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2016-08-15 17:15:31 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2016-08-15 17:15:31 -0400 |
commit | b0c434fadfb7085fa93d13b3f61f29d48c610834 (patch) | |
tree | 3a6fa21da6ba54caaf164a1876363c5a47c02f3a /build.sh | |
parent | 454da876dc648d34aacf27217952e640f4fdaa88 (diff) |
Set CMake UNATTENDED variable to suppress VSTool in TC builds.
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -97,6 +97,7 @@ pre_build() "$autobuild" configure --quiet -c $variant -- \ -DPACKAGE:BOOL=ON \ + -DUNATTENDED:BOOL=ON \ -DRELEASE_CRASH_REPORTING:BOOL=ON \ -DVIEWER_CHANNEL:STRING="\"$viewer_channel\"" \ -DGRID:STRING="\"$viewer_grid\"" \ |