Merge topic 'doc-if-NOTFOUND'

f63304d if: Document that plain 'NOTFOUND' is a false constant
This commit is contained in:
Brad King 2012-10-09 08:40:30 -04:00 committed by CMake Topic Stage
commit c8da8dd3a3
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ public:
"will be evaluated. Possible expressions are:\n" "will be evaluated. Possible expressions are:\n"
" if(<constant>)\n" " if(<constant>)\n"
"True if the constant is 1, ON, YES, TRUE, Y, or a non-zero number. " "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'. " "or ends in the suffix '-NOTFOUND'. "
"Named boolean constants are case-insensitive. " "Named boolean constants are case-insensitive. "
"If the argument is not one of these constants, " "If the argument is not one of these constants, "