Tests: Fix RunCMake.Ninja test for Ninja 1.10

With Ninja 1.10 we run the cleandead and recompact tools after
generation.  These require that `build.ninja` be loadable.  Update the
`CustomCommandJobPool` case to define the referenced job pools to make
`build.ninja` loadable.
This commit is contained in:
Brad King 2020-01-27 13:23:41 -05:00
parent f624b44524
commit 9d4883cce5

View File

@ -1,3 +1,4 @@
set_property(GLOBAL PROPERTY JOB_POOLS custom_command_pool=2 custom_target_pool=2)
add_custom_command(
OUTPUT hello.copy.c
COMMAND "${CMAKE_COMMAND}" -E copy