diff options
author | Domen Vrankar <domen.vrankar@gmail.com> | 2017-03-28 22:22:52 (GMT) |
---|---|---|
committer | Domen Vrankar <domen.vrankar@gmail.com> | 2017-03-28 22:22:52 (GMT) |
commit | 8e8f1118b947905e0e881ea3d9cc881f5fdce89d (patch) | |
tree | 8e5bbf4fe087a2a5b4e31d508c1bdae5e95185df /Help/manual | |
parent | cc4fbda1a9fffd8927de870643f167f066b26bcd (diff) | |
download | CMake-8e8f1118b947905e0e881ea3d9cc881f5fdce89d.zip CMake-8e8f1118b947905e0e881ea3d9cc881f5fdce89d.tar.gz CMake-8e8f1118b947905e0e881ea3d9cc881f5fdce89d.tar.bz2 |
handle non-existing symlink creation locations
Diffstat (limited to 'Help/manual')
-rw-r--r-- | Help/manual/cmake.1.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Help/manual/cmake.1.rst b/Help/manual/cmake.1.rst index 063aea1..a11e2f9 100644 --- a/Help/manual/cmake.1.rst +++ b/Help/manual/cmake.1.rst @@ -315,6 +315,9 @@ The following ``cmake -E`` commands are available only on UNIX: ``create_symlink <old> <new>`` Create a symbolic link ``<new>`` naming ``<old>``. +.. note:: + Path to where ``<new>`` symbolic link will be created has to exist beforehand. + Windows-specific Command-Line Tools ----------------------------------- |