diff options
author | Christian Goetze (CG) <cg@lindenlab.com> | 2010-09-15 16:37:08 -0700 |
---|---|---|
committer | Christian Goetze (CG) <cg@lindenlab.com> | 2010-09-15 16:37:08 -0700 |
commit | 938e8cdb43430aff2ae7479b5f57fc3aef686095 (patch) | |
tree | f867a529f2641a196417d4fb8a01249b59ee9d22 /build.sh | |
parent | 3b2031e3ef82ceeeaf6fa45316ce7dbc1bbf7d97 (diff) |
Use CMAKE_VERBOSE_MAKEFILE:BOOL=TRUE
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" } |