[CMake] Equivalent to VERBOSE for nmake
Bill Hoffman
bill.hoffman at kitware.com
Wed Jul 15 09:38:33 EDT 2009
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
More information about the CMake
mailing list