The percent meter has never been 100% accurate for me, especially when I use "make -j2". It is kind of a good guess and gives you something to look at when your are waiting for the compile.
Juan On Tue, May 13, 2008 at 6:11 PM, jlh <[EMAIL PROTECTED]> wrote: > jlh wrote: > > $ make > [ 0%] Checking version.cpp > [ 3%] Built target Version > [103%] Built target project > > Seems like something is off by one, probably version.cpp gets > counted in one place but not in another. Is this rather something > still wrong with my CMakeList.txt or a bug in cmake? > > > > jlh > _______________________________________________ > CMake mailing list > [email protected] > http://www.cmake.org/mailman/listinfo/cmake > _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
