The following issue has been SUBMITTED. ====================================================================== http://public.kitware.com/Bug/view.php?id=15172 ====================================================================== Reported By: Stephen Kelly Assigned To: ====================================================================== Project: CMake Issue ID: 15172 Category: CMake Reproducibility: have not tried Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2014-09-26 01:17 CEST Last Modified: 2014-09-26 01:17 CEST ====================================================================== Summary: Show progress during generation step Description: 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. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2014-09-26 01:17 Stephen Kelly New Issue ====================================================================== -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/cmake-developers