[CMake] Progress reporting in CMake

2009-03-17 Thread Denis Scherbakov
Dear CMake Gurus, Can you, please explain, how progress reporting in CMake is organised? I have a project with more than 100 files organised into subprojects. Still progress jumps from 0% to 4% ... from 14% to 19%. Why is that? Frankly speaking, I've never seen in any of my CMake projects

Re: [CMake] Progress reporting in CMake

2009-03-17 Thread Denis Scherbakov
I see progress jumping even on freshly CMake prepared, but never compiled tree. So is this a bug or a feature? Denis Works pretty good for me (~120 .c's). I notice jumps when building semi-up-to-date trees (ie, only some of the source files have changed) which seems reasonable. Of

Re: [CMake] Progress reporting in CMake

2009-03-17 Thread Bill Hoffman
Denis Scherbakov wrote: I see progress jumping even on freshly CMake prepared, but never compiled tree. So is this a bug or a feature? The progress is an approximation at best. It should always betting bigger, and it should not go over 100%. Working with make there really is not a