[Cmake] more 'verbose' compilation with CMake

Andy Cedilnik andy.cedilnik at kitware.com
Mon Mar 10 07:25:40 EST 2003


Hi Jan,

Set CMAKE_VERBOSE_MAKEFILE to ON.

				Andy

On Mon, 2003-03-10 at 05:36, Jan Woetzel wrote:
> is tehre an option to produce more 'verbose' compiling (under Linux),
> especially teh full gcc call?
> 
> My output (per object/gcc call) is just
> 
>  >>>
> Building object file vrmlcomvert.o...
> <<<
> 
> and I want so see the full gcc call (to reveal some magic...)
> something like:
> 
>  >>>
> g++ -Wall -g -O3   -c -o vrmlconvert.o vrmlconvert.cc
> <<<
> 
> 
> I am used to gnu make and new to CMake
> and impressed how easy it is to build under Linux *and* Windows.





More information about the CMake mailing list