summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2016-08-15 17:15:31 -0400
committerNat Goodspeed <nat@lindenlab.com>2016-08-15 17:15:31 -0400
commitb0c434fadfb7085fa93d13b3f61f29d48c610834 (patch)
tree3a6fa21da6ba54caaf164a1876363c5a47c02f3a /build.sh
parent454da876dc648d34aacf27217952e640f4fdaa88 (diff)
Set CMake UNATTENDED variable to suppress VSTool in TC builds.
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index cd2a9ebf5e..ab7a1faa37 100755
--- a/build.sh
+++ b/build.sh
@@ -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\"" \