From 938e8cdb43430aff2ae7479b5f57fc3aef686095 Mon Sep 17 00:00:00 2001 From: "Christian Goetze (CG)" Date: Wed, 15 Sep 2010 16:37:08 -0700 Subject: Use CMAKE_VERBOSE_MAKEFILE:BOOL=TRUE --- build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" } -- cgit v1.2.3