mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
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.
8 lines
325 B
ReStructuredText
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.
|