[Cmake] more 'verbose' compilation with CMake

Jan Woetzel jw at mip.informatik.uni-kiel.de
Mon Mar 10 05:36:21 EST 2003


Dear all,

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.

Take care,
Jan.


-- 
   Jan Woetzel
--------------------------------------------------
   University of Kiel
   Email jw at mip.informatik.uni-kiel.de




More information about the CMake mailing list