[cmake-commits] alex committed cmIfCommand.h 1.45 1.46
cmake-commits at cmake.org
cmake-commits at cmake.org
Sun Feb 10 17:19:12 EST 2008
Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv4322
Modified Files:
cmIfCommand.h
Log Message:
STYLE: document that if(COMMAND) works also for macros and functions
Alex
Index: cmIfCommand.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmIfCommand.h,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- cmIfCommand.h 23 Jan 2008 15:27:59 -0000 1.45
+++ cmIfCommand.h 10 Feb 2008 22:19:10 -0000 1.46
@@ -137,7 +137,8 @@
" 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. "
More information about the Cmake-commits
mailing list