diff options
author | Marc Chevrier <marc.chevrier@gmail.com> | 2020-11-03 14:06:48 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-11-03 14:55:35 (GMT) |
commit | 1c912056a1ae393183b06c4f9fdfc896d5bb469d (patch) | |
tree | bce6d94f91faf339d725957eb5ed17b3a18418df /Help/command/get_filename_component.rst | |
parent | 855bdc586c2c8c6ed029c6d0e370e19e0b2e6193 (diff) | |
download | CMake-1c912056a1ae393183b06c4f9fdfc896d5bb469d.zip CMake-1c912056a1ae393183b06c4f9fdfc896d5bb469d.tar.gz CMake-1c912056a1ae393183b06c4f9fdfc896d5bb469d.tar.bz2 |
cmake_path: remove new command from 3.19
Defer adding this command until post-3.19 development so that it
has more time to mature before being included in a release.
Issue: #21385
Diffstat (limited to 'Help/command/get_filename_component.rst')
-rw-r--r-- | Help/command/get_filename_component.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Help/command/get_filename_component.rst b/Help/command/get_filename_component.rst index 1d93709..368d3bb 100644 --- a/Help/command/get_filename_component.rst +++ b/Help/command/get_filename_component.rst @@ -56,6 +56,6 @@ separate a program name from its arguments in a command line string. .. note:: - 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. + The ``REALPATH`` and ``PROGRAM`` subcommands had been superseded, + respectively, by :ref:`file(REAL_PATH) <REAL_PATH>` and + :command:`separate_arguments(PROGRAM)` commands. |