diff options
author | Joachim Wuttke (o) <j.wuttke@fz-juelich.de> | 2018-10-25 11:15:34 (GMT) |
---|---|---|
committer | Joachim Wuttke (o) <j.wuttke@fz-juelich.de> | 2018-10-25 11:15:34 (GMT) |
commit | c8e8c9cc7ca608602ccde413290f10bf2ebb24d5 (patch) | |
tree | 587016974f926b30d9a9d0c54e34476d285e8f0b /Help/command/install_programs.rst | |
parent | 19998d7b3cb69a4f30d1e151471706b02102e16d (diff) | |
download | CMake-c8e8c9cc7ca608602ccde413290f10bf2ebb24d5.zip CMake-c8e8c9cc7ca608602ccde413290f10bf2ebb24d5.tar.gz CMake-c8e8c9cc7ca608602ccde413290f10bf2ebb24d5.tar.bz2 |
Help: Date deprecation of deprecated commands.
Diffstat (limited to 'Help/command/install_programs.rst')
-rw-r--r-- | Help/command/install_programs.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Help/command/install_programs.rst b/Help/command/install_programs.rst index 79aa486..fab6482 100644 --- a/Help/command/install_programs.rst +++ b/Help/command/install_programs.rst @@ -1,7 +1,9 @@ install_programs ---------------- -Deprecated. Use the :command:`install(PROGRAMS)` command instead. +.. deprecated:: 3.0 + + Use the :command:`install(PROGRAMS)` command instead. This command has been superceded by the :command:`install` command. It is provided for compatibility with older CMake code. The ``FILES`` form is |