mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-22 16:07:49 +08:00

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
7 lines
257 B
ReStructuredText
7 lines
257 B
ReStructuredText
vs-custom-command-disable-parallel-build
|
|
----------------------------------------
|
|
|
|
* The :prop_sf:`VS_CUSTOM_COMMAND_DISABLE_PARALLEL_BUILD` source file property
|
|
was added to tell :ref:`Visual Studio Generators` not to run a custom command
|
|
in parallel.
|