Merge topic 'help-get_filename_path-fix-version-changed' into release-3.21

8b28fe5670 Help: get_filename_component: fix version info for cmake_path

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !6423
This commit is contained in:
Brad King
2021-08-03 14:57:19 +00:00
committed by Kitware Robot

View File

@@ -3,7 +3,7 @@ get_filename_component
Get a specific component of a full filename.
.. versionchanged:: 3.19
.. versionchanged:: 3.20
This command been superseded by :command:`cmake_path` command, except
``REALPATH`` now offered by :ref:`file(REAL_PATH) <REAL_PATH>` command and
``PROGRAM`` now available in :command:`separate_arguments(PROGRAM)` command.