mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-31 10:50:16 -06:00
Help: Fix ordering of cmake -E commands
Several of the commands were not in alphabetical order. Fix the ordering.
This commit is contained in:
@@ -473,6 +473,12 @@ Available commands are:
|
||||
directory and it must exist.
|
||||
``copy_if_different`` does follow symlinks.
|
||||
|
||||
``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.
|
||||
|
||||
``echo [<string>...]``
|
||||
Displays arguments as text.
|
||||
|
||||
@@ -485,6 +491,9 @@ Available commands are:
|
||||
``environment``
|
||||
Display the current environment variables.
|
||||
|
||||
``false``
|
||||
Do nothing, with an exit code of 1.
|
||||
|
||||
``make_directory <dir>...``
|
||||
Create ``<dir>`` directories. If necessary, create parent
|
||||
directories too. If a directory already exists it will be
|
||||
@@ -602,18 +611,9 @@ 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.
|
||||
|
||||
``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.
|
||||
|
||||
``true``
|
||||
Do nothing, with an exit code of 0.
|
||||
|
||||
``false``
|
||||
Do nothing, with an exit code of 1.
|
||||
|
||||
Windows-specific Command-Line Tools
|
||||
-----------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user