mirror of
https://github.com/reactos/CMake.git
synced 2025-02-20 03:31:55 +00:00
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:
parent
f624b44524
commit
9d4883cce5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user