Skip to content
Snippets Groups Projects
Commit 2b51cc54 authored by Brad King's avatar Brad King
Browse files

Help: Fix typo in cmake_path(CMAKE_PATH) command signature

Fix a typo accidentally added by commit eb583b0a (cmake_path command:
path management, 2020-07-23).  Remove a stray `]` character that breaks
the pygments lexer.
parent eb583b0a
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment