The following issue has been SUBMITTED. ====================================================================== http://www.cmake.org/Bug/view.php?id=14257 ====================================================================== Reported By: thefirstdude02 Assigned To: ====================================================================== Project: CMake Issue ID: 14257 Category: (No Category) Reproducibility: have not tried Severity: trivial Priority: normal Status: new ====================================================================== Date Submitted: 2013-06-28 17:46 EDT Last Modified: 2013-06-28 17:46 EDT ====================================================================== Summary: The compilation progress indicator always shows 38% Description: We had a large project which repeatedly hit a compiler or linker error at 38%. The build is managed by CMake, and worked correctly before we introduced the bugs that caused the aforementioned compiler/linker errors. We finally fixed the bugs in our code, then re-ran CMake (clearing its cache), ran make clean, and then ran make. We were very confused to see the progress indicator always read 38% throughout the compile and link process. We terminated compilation and did another make clean. We then allowed make to run all the way through --- and the build ran successfully from start to finish. However, at every single step along the way, the progress was reported as 38%.
The build works completely fine, just the progress indicator only ever reads 38%. Steps to Reproduce: Not known? ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2013-06-28 17:46 thefirstdude02 New Issue ====================================================================== -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
