diff options
Diffstat (limited to 'Help')
-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. |