Excuse me if it was discussed already, reported, etc. Even it doesn't affect me 
anyway since I use Ninja, but some of my colleagues still use Make and do 
parallel builds and fancy output is produced: (now some HTML format ;P)

[  5%] [ 15%] [ 21%] [ 26%] [ 26%] Building CXX object 
CMakeFiles/2d_xy_reconstruction.dir/src/2d_xy/reconstruction_cmd.cpp.o
[ 31%] Building CXX object 
CMakeFiles/2d_strip_phantom.dir/src/util/cmdline_hooks.cpp.o
Building CXX object CMakeFiles/2d_strip_phantom.dir/src/util/png_writer.cpp.o
Building CXX object 
CMakeFiles/2d_xy_reconstruction.dir/src/util/png_writer.cpp.o
Building CXX object 
CMakeFiles/2d_strip_phantom.dir/src/2d_strip/phantom_cmd.cpp.o
[ 42%] [ 42%] [ 47%] Building CXX object 
CMakeFiles/2d_xy_reconstruction.dir/src/util/cmdline_hooks.cpp.o
Building NVCC (Device) object 
CMakeFiles/cuda_compile.dir/src/2d_strip/cuda/./cuda_compile_generated_reconstruction_strip_gpu.cu.o
Building NVCC (Device) object 
CMakeFiles/cuda_compile.dir/src/2d_xy/cuda/./cuda_compile_generated_phantom_kernel.cu.o
Building NVCC (Device) object 
CMakeFiles/cuda_compile.dir/src/2d_xy/cuda/./cuda_compile_generated_matrix_kernel.cu.o
Linking CXX executable 2d_xy_reconstruction

As you probably notice percentage is decoupled by rest of status line.

This is probably due percentage output is done by separate echo command and it 
gets mixed with other threads. I presume emitting percents and rest of status 
line would fix that.

--Adam
-- 

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

Reply via email to