[CMake] Verbose nmake

Tanguy Krotoff tanguy.krotoff at wengo.fr
Fri Aug 11 14:32:14 EDT 2006


Hello

I use cmake with nmake, the problem is that even with
SET(CMAKE_VERBOSE_MAKEFILE ON)
SET(CMAKE_START_TEMP_FILE "")
SET(CMAKE_END_TEMP_FILE "")
or nmake VERBOSE=1

the output generated inside the console is pretty useless:
I would like the complete command line used to compile the source code 
with the complete /I /D... sequence otherwise it's almost impossible to 
see if a file is compiled with the proper defines, includes...

How can I achieve this?

Thanks in advance

-- 
Tanguy Krotoff <tanguy.krotoff at wengo.fr>
http://openwengo.org


More information about the CMake mailing list