<div dir="ltr">Hi all,<br><br>We have a bunch of custom_target and a subset of them should be run in sequence.<br>So we tried to define:<br><br>set_property(GLOBAL PROPERTY JOB_POOLS exclusive=1)<br><br>and then:<br><br>set_property(TARGET my_custom_target PROPERTY JOB_POOL_COMPILE exclusive)<br>set_property(TARGET my_custom_target PROPERTY JOB_POOL_LINK exclusive)<br><br><br>This does not seem to reach build.ninja ?<div><br></div><div>The new pool is defined but the concerned custom targets are never assigned to the pool?<br><br></div><div>May custom target be assigned to a ninja pool? </div><div>If so how can we do that?</div><div>--<br>Eric<br></div></div>