Help: get_filename_component: fix version info for cmake_path

Fixes: #22505
This commit is contained in:
Marc Chevrier
2021-08-02 11:12:46 +02:00
parent 28ce8a932d
commit 8b28fe5670

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.