diff options
author | David Cole <david.cole@kitware.com> | 2012-07-12 20:00:52 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2012-07-12 20:00:52 (GMT) |
commit | 3d1cea0b0db516c71d10e67505b19f13ef4a799a (patch) | |
tree | 3c481e8be2043163a02f2a2f345cdd7793dd731c /Source | |
parent | 58f5e77d6ac7a188c19f84823fc721921426e15c (diff) | |
parent | 674c56c3fcf63732672b778781dc57f7bc3c8d02 (diff) | |
download | CMake-3d1cea0b0db516c71d10e67505b19f13ef4a799a.zip CMake-3d1cea0b0db516c71d10e67505b19f13ef4a799a.tar.gz CMake-3d1cea0b0db516c71d10e67505b19f13ef4a799a.tar.bz2 |
Merge topic 'doc-if-inside-macro'
674c56c if: Document that macro arguments are not variables (#13393)
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmIfCommand.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmIfCommand.h b/Source/cmIfCommand.h index 83ea8a4..94e4d99 100644 --- a/Source/cmIfCommand.h +++ b/Source/cmIfCommand.h @@ -123,6 +123,7 @@ public: " if(<variable>)\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 <expression>)\n" "True if the expression is not true." |