diff options
author | Brad King <brad.king@kitware.com> | 2012-10-09 12:40:30 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2012-10-09 12:40:30 (GMT) |
commit | c8da8dd3a390010cd5e3038eb806376f244ba60d (patch) | |
tree | 406e9798125f9d0e7ff730b164a085319ff5fac1 | |
parent | 53c2dada1c4019ed21f14f33618a975a9652c84e (diff) | |
parent | f63304d982d72e76541d40bbf35793a43e284fe9 (diff) | |
download | CMake-c8da8dd3a390010cd5e3038eb806376f244ba60d.zip CMake-c8da8dd3a390010cd5e3038eb806376f244ba60d.tar.gz CMake-c8da8dd3a390010cd5e3038eb806376f244ba60d.tar.bz2 |
Merge topic 'doc-if-NOTFOUND'
f63304d if: Document that plain 'NOTFOUND' is a false constant
-rw-r--r-- | Source/cmIfCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmIfCommand.h b/Source/cmIfCommand.h index 0a1fe06..f794b78 100644 --- a/Source/cmIfCommand.h +++ b/Source/cmIfCommand.h @@ -114,7 +114,7 @@ public: "will be evaluated. Possible expressions are:\n" " if(<constant>)\n" "True if the constant is 1, ON, YES, TRUE, Y, or a non-zero number. " - "False if the constant is 0, OFF, NO, FALSE, N, IGNORE, \"\", " + "False if the constant is 0, OFF, NO, FALSE, N, IGNORE, NOTFOUND, '', " "or ends in the suffix '-NOTFOUND'. " "Named boolean constants are case-insensitive. " "If the argument is not one of these constants, " |