MantisBT - CMake
View Issue Details
0014757CMakeCMakepublic2014-02-16 14:362015-01-05 08:38
Kevin Burge 
 
normalfeaturealways
closedduplicate 
CMake 2.8.12.1 
 
0014757: Reduce output of install step
My install installs thousands of files. This means I see thousands of lines of "up to date" messages whenever I change a single file. After switching to Ninja on Linux and Windows (which really reduces the amount of output), this really stands out even more as completely unnecessary.

I have patched my CMake to not display any "Up to date" messages. When you build, you don't receive thousands of .cpp.o files being "up to date", so why would the install step be special?

I've attached my patch for your review. At the very least, it would be nice if this could be made optional (to see all the up-to-date messages).
No tags attached.
duplicate of 0013761closed Brad King Add QUIET option to install() command 
patch cmake-2.8.12.1.patch (590) 2014-02-16 14:36
https://public.kitware.com/Bug/file/5074/cmake-2.8.12.1.patch
Issue History
2014-02-16 14:36Kevin BurgeNew Issue
2014-02-16 14:36Kevin BurgeFile Added: cmake-2.8.12.1.patch
2014-02-17 08:43Brad KingNote Added: 0035121
2014-02-17 09:27Kevin BurgeNote Added: 0035124
2014-02-17 09:39Brad KingNote Added: 0035127
2014-03-24 13:15Kevin BurgeNote Added: 0035487
2014-03-24 13:37Brad KingNote Added: 0035489
2014-03-24 14:39Kevin BurgeNote Added: 0035491
2014-03-24 15:01Brad KingNote Added: 0035492
2014-06-16 15:07Brad KingRelationship addedduplicate of 0013761
2014-06-16 15:08Brad KingNote Added: 0036206
2014-06-16 15:08Brad KingStatusnew => resolved
2014-06-16 15:08Brad KingResolutionopen => duplicate
2015-01-05 08:38Robert MaynardNote Added: 0037566
2015-01-05 08:38Robert MaynardStatusresolved => closed

Notes
(0035121)
Brad King   
2014-02-17 08:43   
One idea is to make this optional based on the VERBOSE environment variable.

This idea would be better discussed with a broader audience such as the cmake-developers mailing list:

 http://www.cmake.org/mailman/listinfo/cmake-developers [^]
(0035124)
Kevin Burge   
2014-02-17 09:27   
Brad, would you like me to bring it up on the developers mailing list? I'm not a subscriber currently.

Thanks.
(0035127)
Brad King   
2014-02-17 09:39   
Re 0014757:0035124: Yes, please.
(0035487)
Kevin Burge   
2014-03-24 13:15   
Has this request gotten any traction? It seems like it was immediately forgotten on the list. Thanks.
(0035489)
Brad King   
2014-03-24 13:37   
Re 0014757:0035487: The thread on the list was left expecting you to supply a patch:

 http://thread.gmane.org/gmane.comp.programming.tools.cmake.devel/9425/focus=9428 [^]
(0035491)
Kevin Burge   
2014-03-24 14:39   
Thanks Brand, I guess I didn't get that from the two email responses. I already submitted a patch when I opened this issue. I'm not sure what else I should have done.
(0035492)
Brad King   
2014-03-24 15:01   
Re 0014757:0035491: Readers on the mailing list may not follow links back to see an attachment. Read CONTRIBUTING.rst for the preferred method of submitting patches.

Also, since the patch attached at "2014-02-16 14:36" I asked about making the output dependent on VERBOSE.
(0036206)
Brad King   
2014-06-16 15:08   
Resolving as duplicate of 0013761 since that discussion subsumes this issue.
(0037566)
Robert Maynard   
2015-01-05 08:38   
Closing resolved issues that have not been updated in more than 4 months.