[CMake] Verbose nmake

Alan W. Irwin irwin at beluga.phys.uvic.ca
Fri Aug 11 15:07:18 EDT 2006


On 2006-08-11 20:32+0200 Tanguy Krotoff wrote:

> Hello
>
> I use cmake with nmake, the problem is that even with
> SET(CMAKE_VERBOSE_MAKEFILE ON)

I don't think that is the correct way to set that option since it is cached.
Try the -DCMAKE_VERBOSE_MAKEFILE=ON option to cmake instead.  I don't know
about nmake, but when the -D form is used as a cmake option, "make"
on a Linux platform gives all the compile/link flags afterwards.

Alan
__________________________
Alan W. Irwin

Astronomical research affiliation with Department of Physics and Astronomy,
University of Victoria (astrowww.phys.uvic.ca).

Programming affiliations with the FreeEOS equation-of-state implementation
for stellar interiors (freeeos.sf.net); PLplot scientific plotting software
package (plplot.org); the Yorick front-end to PLplot (yplot.sf.net); the
Loads of Linux Links project (loll.sf.net); and the Linux Brochure Project
(lbproject.sf.net).
__________________________

Linux-powered Science
__________________________


More information about the CMake mailing list