Files
cmake/Help/release/dev/deprecated-commands.rst
Matthew Woehlke 3745af331a Add deprecation diagnostics to deprecated commands
The `install_files`, `install_programs`, `install_targets`,
`make_directory`, `remove`, `subdirs` and `write_file` commands have
been deprecated since CMake 3.0. Tweak them to emit deprecation
diagnostics.

Note that the `exec_program` command does not need a diagnostic as it is
disallowed under CMP0153.
2026-07-13 16:45:08 -04:00

8 lines
325 B
ReStructuredText

deprecated-commands
-------------------
* The :command:`install_files`, :command:`install_programs`,
:command:`install_targets`, :command:`make_directory`, :command:`remove`,
:command:`subdirs` and :command:`write_file` commands, which have been
deprecated since CMake 3.0, now emit deprecation diagnostics when used.