Hi all,

We have a bunch of custom_target and a subset of them should be run in
sequence.
So we tried to define:

set_property(GLOBAL PROPERTY JOB_POOLS exclusive=1)

and then:

set_property(TARGET my_custom_target PROPERTY JOB_POOL_COMPILE exclusive)
set_property(TARGET my_custom_target PROPERTY JOB_POOL_LINK exclusive)


This does not seem to reach build.ninja ?

The new pool is defined but the concerned custom targets are never assigned
to the pool?

May custom target be assigned to a ninja pool?
If so how can we do that?
--
Eric
-- 

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