diff options
author | Brad King <brad.king@kitware.com> | 2021-04-26 15:30:50 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2021-04-26 15:30:57 (GMT) |
commit | 6aabf2790c4e4f904aeaa166bf6a7abdd2f290e3 (patch) | |
tree | 9f50fc14b4aa9f030e7cd8019bd7e6f8c58c0e98 /Help/command/cmake_path.rst | |
parent | 2fcd6a0242cba2d063aef2bc75c4d0f9982ca593 (diff) | |
parent | e4b793c614f2a499d4d235ec2267ad6bff56a697 (diff) | |
download | CMake-6aabf2790c4e4f904aeaa166bf6a7abdd2f290e3.zip CMake-6aabf2790c4e4f904aeaa166bf6a7abdd2f290e3.tar.gz CMake-6aabf2790c4e4f904aeaa166bf6a7abdd2f290e3.tar.bz2 |
Merge topic 'file-REAL_PATH-EXPAND_TILDE'
e4b793c614 file(REAL_PATH): add option EXPAND_TILDE
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Michael Hirsch <michael@scivision.dev>
Merge-request: !6033
Diffstat (limited to 'Help/command/cmake_path.rst')
-rw-r--r-- | Help/command/cmake_path.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Help/command/cmake_path.rst b/Help/command/cmake_path.rst index a8999f3..193180d 100644 --- a/Help/command/cmake_path.rst +++ b/Help/command/cmake_path.rst @@ -687,7 +687,8 @@ When the ``NORMALIZE`` option is specified, the path is :ref:`normalized <Normalization>` after the path computation. Because ``cmake_path()`` does not access the filesystem, symbolic links are -not resolved. To compute a real path with symbolic links resolved, use the +not resolved and any leading tilde is not expanded. To compute a real path +with symbolic links resolved and leading tildes expanded, use the :command:`file(REAL_PATH)` command instead. Native Conversion |