diff options
Diffstat (limited to 'Help/command/install_files.rst')
-rw-r--r-- | Help/command/install_files.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Help/command/install_files.rst b/Help/command/install_files.rst index 1850be6e1..ff074a8a7 100644 --- a/Help/command/install_files.rst +++ b/Help/command/install_files.rst @@ -1,7 +1,9 @@ install_files ------------- -Deprecated. Use the :command:`install(FILES)` command instead. +.. deprecated:: 3.0 + + Use the :command:`install(FILES)` 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 @@ -19,7 +21,7 @@ or its corresponding location in the binary tree may be listed. If a file specified already has an extension, that extension will be removed first. This is useful for providing lists of source files such as foo.cxx when you want the corresponding foo.h to be installed. -A typical extension is '.h'. +A typical extension is ``.h``. :: |