MantisBT - CMake
View Issue Details
0015172CMakeCMakepublic2014-09-25 19:172016-06-10 14:31
Stephen Kelly 
Kitware Robot 
normalminorhave not tried
closedmoved 
CMake 3.1 
 
0015172: Show progress during generation step
CMake gives a lot of output during the configure step, but no output during the generate step. As of the last few releases, CMake is doing more during the generation stage to resolve transitive build properties, which can take more time, so feedback could be more valuable.

CMake could show more output during the multiple stages of cmGlobalGenerator::Generate quite easily, however, the granularity of that is only the directory level. For the granularity of generating for individual targets (if that is desirable/possible/practical), each of the concrete generators would need to be modified to produce output. The output would have to be the same for each generator so that it could be uniformly parsed.
No tags attached.
Issue History
2014-09-25 19:17Stephen KellyNew Issue
2016-06-10 14:29Kitware RobotNote Added: 0042637
2016-06-10 14:29Kitware RobotStatusnew => resolved
2016-06-10 14:29Kitware RobotResolutionopen => moved
2016-06-10 14:29Kitware RobotAssigned To => Kitware Robot
2016-06-10 14:31Kitware RobotStatusresolved => closed

Notes
(0042637)
Kitware Robot   
2016-06-10 14:29   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.