MantisBT - CMake
View Issue Details
0011708CMakeCMakepublic2011-01-16 14:152011-01-31 15:57
Nicolas Despres 
Brad King 
normalminoralways
closedfixed 
Linux 2.6.32-27-generic #49 i686Ubuntu10.04.1 LTS
CMake 2.8.3 
CMake 2.8.4CMake 2.8.4 
0011708: boostrap --verbose imply -DCMAKE_VERBOSE_MAKEFILE=ON
When debugging cmake I find it very convenient to have verbose makefile. So why not having bootstrap --verbose that imply -DCMAKE_VERBOSE_MAKEFILE=ON when executing the bootstrapped cmake.

I have attached a patch that do this based on master 3ddabcbadfa
No tags attached.
patch verbose-bootstrap-imply-verbose-makefile.patch (780) 2011-01-16 14:15
https://public.kitware.com/Bug/file/3631/verbose-bootstrap-imply-verbose-makefile.patch
Issue History
2011-01-16 14:15Nicolas DespresNew Issue
2011-01-16 14:15Nicolas DespresFile Added: verbose-bootstrap-imply-verbose-makefile.patch
2011-01-17 08:46Brad KingAssigned To => Brad King
2011-01-17 08:46Brad KingStatusnew => assigned
2011-01-17 08:54Brad KingNote Added: 0024743
2011-01-17 08:54Brad KingStatusassigned => closed
2011-01-17 08:54Brad KingResolutionopen => fixed
2011-01-31 15:57David ColeFixed in Version => CMake 2.8.4
2011-01-31 15:57David ColeTarget Version => CMake 2.8.4

Notes
(0024743)
Brad King   
2011-01-17 08:54   
Good idea. The patch conflicts with another recent change I made so I rebased it:

http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=144a82ca [^]