On Fri, Oct 03, 2014 at 20:00:00 +0200, Sylvain Joubert wrote: > Unlike the rerun target which is manually added by the Ninja generator, > the install and package targets are handled in a generic way by the > utility target generator. > > Thus, handling these targets is not as straightforward as rerun. > I'll keep digging a bit, maybe I can find a way to do it. ;-)
It should be possible to set a property on the target(s) when they are created. Though…looking at the docs, it seems that there's no generic JOB_POOL property for custom targets. When that property is implemented, setting 'console' for these targets for Ninja should be simple enough. --Ben -- 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
