mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 21:00:01 -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