diff --git a/Source/cmIfCommand.h b/Source/cmIfCommand.h index 83ea8a474..94e4d998a 100644 --- a/Source/cmIfCommand.h +++ b/Source/cmIfCommand.h @@ -123,6 +123,7 @@ public: " if()\n" "True if the variable is defined to a value that is not a false " "constant. False otherwise. " + "(Note macro arguments are not variables.)" "\n" " if(NOT )\n" "True if the expression is not true."