mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-20 21:28:23 -05:00
4ee8705b12
This boolean setting allows parallel building to be disabled for individual source files built via `add_custom_command`. Using this option is equivalent to setting policy `CMP0147` to the `OLD` behavior. Closes: #26413