diff options
author | Brad King <brad.king@kitware.com> | 2019-07-12 20:12:12 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-07-12 20:12:20 (GMT) |
commit | 8212b0880d4b481496306535b58adcd9121fd71b (patch) | |
tree | d8fe6e72b19b763b34451a394e44c40fdc240800 /Help/manual | |
parent | 82a72bfc1b90373c936c5010ece28423906e1e74 (diff) | |
parent | b8828ecbbab89f7ab4f99ee0905ab380d855744a (diff) | |
download | CMake-8212b0880d4b481496306535b58adcd9121fd71b.zip CMake-8212b0880d4b481496306535b58adcd9121fd71b.tar.gz CMake-8212b0880d4b481496306535b58adcd9121fd71b.tar.bz2 |
Merge topic 'cmake-e-true-false'
b8828ecbba cmake -E: Add true and false commands
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3542
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 ----------------------------------- |