diff options
author | Brad King <brad.king@kitware.com> | 2021-04-20 13:58:23 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2021-04-20 13:58:53 (GMT) |
commit | c6fa8cd3f2b245ac89379dd6ebd4313b671932c6 (patch) | |
tree | 40bc1e3e3014e285713653e638b1d8425a420aa9 /Help/command/file.rst | |
parent | e1896d9c544e4afcac6b3744247964f431571a7b (diff) | |
parent | 6234afdff4feda1459b3b30d94cc07a48e8dfe68 (diff) | |
download | CMake-c6fa8cd3f2b245ac89379dd6ebd4313b671932c6.zip CMake-c6fa8cd3f2b245ac89379dd6ebd4313b671932c6.tar.gz CMake-c6fa8cd3f2b245ac89379dd6ebd4313b671932c6.tar.bz2 |
Merge topic 'doc-if-IS_ABSOLUTE'
6234afdff4 Help: Document special cases for if(IS_ABSOLUTE)
789307b02f Help: Behavior of file(TO_NATIVE_PATH) depends on the host platform
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !6016
Diffstat (limited to 'Help/command/file.rst')
-rw-r--r-- | Help/command/file.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Help/command/file.rst b/Help/command/file.rst index 2b445c5..62642cf 100644 --- a/Help/command/file.rst +++ b/Help/command/file.rst @@ -958,7 +958,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. |