Seen in the wild today:

[119%] Building CXX object
CMakeFiles/clownCar.dir/examples_noinst/clownCar.C.o *
...
[138%] Built target examples_noinst

And on another machine, the last report was

[144%] Built target plasmasimple

All were with CMake 2.8.10.2

I see from
http://www.cmake.org/pipermail/cmake/2007-June/014856.html
that this has happened in the past, and how it might happen.

In my case, it happened when I did
   make -j4 all examples_noinst

Is the simple act of building the special 'all' target and a
target that uses EXCLUDE_FROM_ALL enough to trigger this
strange behavior?  I haven't checked, but it's a tempting guess.
- Dan

* Not important to this report, but amusing
-- 

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

Reply via email to