summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-09-08 14:38:47 (GMT)
committerBrad King <brad.king@kitware.com>2020-09-08 14:38:47 (GMT)
commit2b51cc5481495f03d4a877335094b447d705b8c0 (patch)
tree6d392070efb80dcba08121806ce3c15cc2a2a992
parenteb583b0a660ba68e8e3b5f820301fde333619283 (diff)
downloadCMake-2b51cc5481495f03d4a877335094b447d705b8c0.zip
CMake-2b51cc5481495f03d4a877335094b447d705b8c0.tar.gz
CMake-2b51cc5481495f03d4a877335094b447d705b8c0.tar.bz2
Help: Fix typo in cmake_path(CMAKE_PATH) command signature
Fix a typo accidentally added by commit eb583b0a66 (cmake_path command: path management, 2020-07-23). Remove a stray `]` character that breaks the pygments lexer.
-rw-r--r--Help/command/cmake_path.rst2
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.