[cmake-developers] [CMake 0012658]: On Microsoft Visual C++ 2008, even I set CMAKE_START_TEMP_FILE="" and CMAKE_END_TEMP_FILE="", the command line is still not show

Mantis Bug Tracker mantis at public.kitware.com
Thu Jan 5 01:19:21 EST 2012


The following issue has been SUBMITTED. 
====================================================================== 
http://www.cmake.org/Bug/view.php?id=12658 
====================================================================== 
Reported By:                Hong Xu
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   12658
Category:                   CMake
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2012-01-05 01:19 EST
Last Modified:              2012-01-05 01:19 EST
====================================================================== 
Summary:                    On Microsoft Visual C++ 2008, even I set
CMAKE_START_TEMP_FILE="" and CMAKE_END_TEMP_FILE="", the command line is still
not show
Description: 
When the generator is "NMake Makefiles" with MSVC 2008, I wish to see the full
command line, but what says here
<http://www.cmake.org/Wiki/CMake_FAQ#Is_there_an_option_to_produce_more_.27verbose.27_compiling.3F>
does not help.

Steps to Reproduce: 
When the generator is "NMake Makefiles" with MSVC 2008, I wish to see the full
command line, thus I use the following command to generate:

cmake .. -G "NMake Makefiles" -DCMAKE_START_TEMP_FILE=""
-DCMAKE_END_TEMP_FILE=""
nmake VERBOSE=1

But there is still something like "@" appears.

Then I tried:
cmake .. -G "NMake Makefiles"
nmake VERBOSE=1 CMAKE_START_TEMP_FILE="" CMAKE_END_TEMP_FILE=""

Nothing helped.
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2012-01-05 01:19 Hong Xu        New Issue                                    
======================================================================




More information about the cmake-developers mailing list