mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
The property cannot be implemented on other generators because the corresponding native build tools (VS IDE, Xcode, Ninja) all implement their own `clean` operations that affect all outputs. Document this limitation.
7 lines
258 B
ReStructuredText
7 lines
258 B
ReStructuredText
CLEAN_NO_CUSTOM
|
|
---------------
|
|
|
|
Set to true to tell :ref:`Makefile Generators` not to remove the outputs of
|
|
custom commands for this directory during the ``make clean`` operation.
|
|
This is ignored on other generators because it is not possible to implement.
|