summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/VS10Project/CustomCommandParallelDisable.cmake
Commit message (Collapse)AuthorAgeFilesLines
* VS: add source property VS_CUSTOM_COMMAND_DISABLE_PARALLEL_BUILDDarragh Coy2024-11-061-0/+21
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