mirror of
https://github.com/reactos/CMake.git
synced 2024-12-06 10:46:42 +00:00
15c454fe82
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.
|