diff options
author | Kyle Edwards <kyle.edwards@kitware.com> | 2019-07-11 17:41:30 (GMT) |
---|---|---|
committer | Kyle Edwards <kyle.edwards@kitware.com> | 2019-07-11 17:41:30 (GMT) |
commit | b8828ecbbab89f7ab4f99ee0905ab380d855744a (patch) | |
tree | 04433ed345d20f4d89a503a666ba17e1605d1734 /Help/manual | |
parent | 0a690fc47427a2ed5656cb0dd4bc17aa172e143a (diff) | |
download | CMake-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.rst | 6 |
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 ----------------------------------- |