[cmake-developers] [PATCH] fix incorrect handling of WMake verbose output

Brad King brad.king at kitware.com
Mon Mar 10 11:51:03 EDT 2014


On 03/09/2014 06:10 AM, Jiri Malak wrote:
> I enclosed patch to fix WMake verbose/silent output.

Thanks.  Applied with minor tweaks:

 Makefile: Improve handling of WMake verbose output and errors
 http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f1b689b6

Note that "make VERBOSE=1" has never quite worked correctly
with WMake because the VERBOSE=1 setting is not propagated
through the multiple levels of wmake invocation.

FYI, the multiple levels are explained here:

 http://www.cmake.org/Wiki/CMake_FAQ#Why_does_CMake_generate_recursive_Makefiles.3F

-Brad



More information about the cmake-developers mailing list