Files
CMake/Tests/RunCMake/Ninja/JobPoolUsesTerminal-stderr.txt
T
Rosen Matev 9f76961de8 Support job pools in custom commands and targets
Provide a way for custom commands and targets to set the pool variable
of the ninja build statement. Setting `JOB_POOL` is not compatible with
`USES_TERMINAL`, which implies the `console` pool.

The option is silently ignored with other generators.

Closes: #18483
2019-05-14 15:58:00 +02:00

10 lines
396 B
Plaintext

^CMake Error at JobPoolUsesTerminal.cmake:1 \(add_custom_command\):
add_custom_command JOB_POOL is shadowed by USES_TERMINAL.
Call Stack \(most recent call first\):
CMakeLists.txt:3 \(include\)
+
CMake Error at JobPoolUsesTerminal.cmake:2 \(add_custom_target\):
add_custom_target JOB_POOL is shadowed by USES_TERMINAL.
Call Stack \(most recent call first\):
CMakeLists.txt:3 \(include\)$