MantisBT - CMake
View Issue Details
0004141CMakeCMakepublic2006-12-05 13:132015-07-08 08:57
Pedro Lopez-Cabanillas 
Brad King 
lowfeaturealways
closedfixed 
 
CMake 3.1 
0004141: Verbose install
The installation process generated by CMake always prints a line for each file, no matter if VERBOSE is enabled or not. It would be nice to reduce the verbosity to a single summary by component, telling something like: "XXX files have been installed or updated, YYY files were already up to date". Perhaps another variable setting: CMAKE_VERBOSE_INSTALL:BOOL=OFF
No tags attached.
Issue History
2012-08-13 10:36Brad KingStatusassigned => backlog
2012-08-13 10:36Brad KingNote Added: 0030509
2015-02-26 13:57Stephen KellyNote Added: 0038080
2015-02-26 13:57Stephen KellyStatusbacklog => resolved
2015-02-26 13:57Stephen KellyFixed in Version => CMake 3.1
2015-02-26 13:57Stephen KellyResolutionopen => fixed
2015-07-08 08:57Robert MaynardNote Added: 0039069
2015-07-08 08:57Robert MaynardStatusresolved => closed

Notes
(0030509)
Brad King   
2012-08-13 10:36   
Sending issues I'm not actively working on to the backlog to await someone with time for them.

If an issue you care about is sent to the backlog when you feel it should have been addressed in a different manner, please bring it up on the CMake mailing list for discussion. Sign up for the mailing list here, if you're not already on it:

 http://www.cmake.org/mailman/listinfo/cmake [^]

It's easy to re-activate a bug here if you can find a CMake developer or contributor who has the bandwidth to take it on.
(0038080)
Stephen Kelly   
2015-02-26 13:57   
CMake 3.1 resolved this with CMAKE_INSTALL_MESSAGE

 http://www.cmake.org/cmake/help/v3.1/variable/CMAKE_INSTALL_MESSAGE.html [^]
(0039069)
Robert Maynard   
2015-07-08 08:57   
Closing resolved issues that have not been updated in more than 4 months.