summaryrefslogtreecommitdiffstats
path: root/Help/manual
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-09-19 14:40:58 (GMT)
committerKitware Robot <kwrobot@kitware.com>2018-09-19 14:41:07 (GMT)
commita9df54ec313cf832a30f7aab0180a74d114ee5b5 (patch)
treec185b795371ebc47daaeedc397cdd53ee5012321 /Help/manual
parentec9ef691feab1ae8fc4209330af91169b4faa076 (diff)
parentafb7f6e4ff8a0c1a68c8d8cf2d6cf72401cfb8ff (diff)
downloadCMake-a9df54ec313cf832a30f7aab0180a74d114ee5b5.zip
CMake-a9df54ec313cf832a30f7aab0180a74d114ee5b5.tar.gz
CMake-a9df54ec313cf832a30f7aab0180a74d114ee5b5.tar.bz2
Merge topic 'symlink'
afb7f6e4ff cmake: Add '-E create_symlink' support on Windows Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2144
Diffstat (limited to 'Help/manual')
-rw-r--r--Help/manual/cmake.1.rst5
1 files changed, 0 insertions, 5 deletions
diff --git a/Help/manual/cmake.1.rst b/Help/manual/cmake.1.rst
index 9fe0c0b..b11526c 100644
--- a/Help/manual/cmake.1.rst
+++ b/Help/manual/cmake.1.rst
@@ -354,11 +354,6 @@ Available commands are:
Touch a file if it exists but do not create it. If a file does
not exist it will be silently ignored.
-UNIX-specific Command-Line Tools
---------------------------------
-
-The following ``cmake -E`` commands are available only on UNIX:
-
``create_symlink <old> <new>``
Create a symbolic link ``<new>`` naming ``<old>``.