[CMake] Equivalent to VERBOSE for nmake

Michael Jackson mike.jackson at bluequartz.net
Wed Jul 15 09:43:36 EDT 2009



On Jul 15, 2009, at 9:38 AM, Bill Hoffman wrote:

> Michael Jackson wrote:
>> Is there an equivalent to make VERBOSE=1 but for nmake files under  
>> windows?
> nmake VERBOSE=1.  However, to get all the compile lines, you have to  
> edit Platforms/Windows.cmake.
>
>
> # uncomment these out to debug nmake and borland makefiles
> #SET(CMAKE_START_TEMP_FILE "")
> #SET(CMAKE_END_TEMP_FILE "")
> #SET(CMAKE_VERBOSE_MAKEFILE 1)
>
>
>
> -Bill

If I go editing Windows.cmake what ramifications will that have on  
generating normal Visual Studio project files?

Mike J.



More information about the CMake mailing list