summaryrefslogtreecommitdiffstats
path: root/Help/manual
diff options
context:
space:
mode:
authorKyle Edwards <kyle.edwards@kitware.com>2019-07-11 17:41:30 (GMT)
committerKyle Edwards <kyle.edwards@kitware.com>2019-07-11 17:41:30 (GMT)
commitb8828ecbbab89f7ab4f99ee0905ab380d855744a (patch)
tree04433ed345d20f4d89a503a666ba17e1605d1734 /Help/manual
parent0a690fc47427a2ed5656cb0dd4bc17aa172e143a (diff)
downloadCMake-b8828ecbbab89f7ab4f99ee0905ab380d855744a.zip
CMake-b8828ecbbab89f7ab4f99ee0905ab380d855744a.tar.gz
CMake-b8828ecbbab89f7ab4f99ee0905ab380d855744a.tar.bz2
cmake -E: Add true and false commands
Diffstat (limited to 'Help/manual')
-rw-r--r--Help/manual/cmake.1.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/manual/cmake.1.rst b/Help/manual/cmake.1.rst
index 7b5399d..68d88e7 100644
--- a/Help/manual/cmake.1.rst
+++ b/Help/manual/cmake.1.rst
@@ -604,6 +604,12 @@ Available commands are:
.. 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
-----------------------------------