diff options
author | Brad King <brad.king@kitware.com> | 2020-09-08 14:59:51 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2020-09-08 14:59:59 (GMT) |
commit | 8ed0d686d4f842f32111b8c507b505dcfc92fc0d (patch) | |
tree | 8121c7b3668e30ece9bd4200068f741681d5816b | |
parent | 1d74a64f3839edc6f6c5c651f8d446a7d5875fc0 (diff) | |
parent | 2b51cc5481495f03d4a877335094b447d705b8c0 (diff) | |
download | CMake-8ed0d686d4f842f32111b8c507b505dcfc92fc0d.zip CMake-8ed0d686d4f842f32111b8c507b505dcfc92fc0d.tar.gz CMake-8ed0d686d4f842f32111b8c507b505dcfc92fc0d.tar.bz2 |
Merge topic 'doc-cmake_path'
2b51cc5481 Help: Fix typo in cmake_path(CMAKE_PATH) command signature
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !5203
-rw-r--r-- | Help/command/cmake_path.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/command/cmake_path.rst b/Help/command/cmake_path.rst index 0d4a43b..9248eae 100644 --- a/Help/command/cmake_path.rst +++ b/Help/command/cmake_path.rst @@ -443,7 +443,7 @@ Conversion .. code-block:: cmake - cmake_path(CMAKE_PATH <path> [NORMALIZE] <input>]) + cmake_path(CMAKE_PATH <path> [NORMALIZE] <input>) Converts a native ``<input>`` path into cmake-style path with forward-slashes (``/``). On Windows, the long filename marker is taken into account. |