diff options
author | Alexander Neundorf <neundorf@kde.org> | 2008-02-10 22:19:10 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2008-02-10 22:19:10 (GMT) |
commit | 52a0538719a5902134bdd0c49579ff4eb2c6c101 (patch) | |
tree | 4456febff97de12e09da0cde65e300431af8de3c /Source/cmIfCommand.h | |
parent | fd2a6a8693b496f2dbff1ab50c6fb39eeb55de2e (diff) | |
download | CMake-52a0538719a5902134bdd0c49579ff4eb2c6c101.zip CMake-52a0538719a5902134bdd0c49579ff4eb2c6c101.tar.gz CMake-52a0538719a5902134bdd0c49579ff4eb2c6c101.tar.bz2 |
STYLE: document that if(COMMAND) works also for macros and functions
Alex
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. " |