Skip to content
Snippets Groups Projects
Commit 789307b0 authored by Craig Scott's avatar Craig Scott
Browse files

Help: Behavior of file(TO_NATIVE_PATH) depends on the host platform

parent b4a29a8d
No related branches found
No related tags found
No related merge requests found
......@@ -922,7 +922,8 @@ system search path like ``$ENV{PATH}``. A search path will be converted
to a cmake-style list separated by ``;`` characters.
The ``TO_NATIVE_PATH`` mode converts a cmake-style ``<path>`` into a native
path with platform-specific slashes (``\`` on Windows and ``/`` elsewhere).
path with platform-specific slashes (``\`` on Windows hosts and ``/``
elsewhere).
Always use double quotes around the ``<path>`` to be sure it is treated
as a single argument to this command.
......
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