mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 07:10:12 -05:00
9f76961de8
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
10 lines
396 B
Plaintext
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\)$
|