mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 22:50:26 -06:00
STYLE: document that if(COMMAND) works also for macros and functions
Alex
This commit is contained in:
@@ -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. "
|
||||
|
||||
Reference in New Issue
Block a user