diff options
Diffstat (limited to 'Source/cmIfCommand.h')
-rw-r--r-- | Source/cmIfCommand.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmIfCommand.h b/Source/cmIfCommand.h index ca729e7..8576274 100644 --- a/Source/cmIfCommand.h +++ b/Source/cmIfCommand.h @@ -137,7 +137,8 @@ public: " if(variable1 OR variable2)\n" "True if either variable would be considered true individually.\n" " if(COMMAND command-name)\n" - "True if the given name is a command that can be invoked.\n" + "True if the given name is a command, macro or function that can be " + "invoked.\n" " if(EXISTS file-name)\n" " if(EXISTS directory-name)\n" "True if the named file or directory exists. " |