summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorChristian Goetze (CG) <cg@lindenlab.com>2010-09-15 16:37:08 -0700
committerChristian Goetze (CG) <cg@lindenlab.com>2010-09-15 16:37:08 -0700
commit938e8cdb43430aff2ae7479b5f57fc3aef686095 (patch)
treef867a529f2641a196417d4fb8a01249b59ee9d22 /build.sh
parent3b2031e3ef82ceeeaf6fa45316ce7dbc1bbf7d97 (diff)
Use CMAKE_VERBOSE_MAKEFILE:BOOL=TRUE
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 39bd7aa53f..88faf12473 100755
--- a/build.sh
+++ b/build.sh
@@ -63,7 +63,8 @@ pre_build()
-DVIEWER_LOGIN_CHANNEL:STRING="$login_channel" \
-DINSTALL_PROPRIETARY:BOOL=ON \
-DLOCALIZESETUP:BOOL=ON \
- -DPACKAGE:BOOL=ON
+ -DPACKAGE:BOOL=ON \
+ -DCMAKE_VERBOSE_MAKEFILE:BOOL=TRUE
end_section "Pre$variant"
}