Files
CMake/Source
Brad King 674c56c3fc if: Document that macro arguments are not variables (#13393)
A common mistake is to write

 macro(foo arg)
   if(arg)
   endif()
 endmacro()

and expect if() to treat "arg" as a variable.  The documentation of the
macro() command already states that arguments are not variables, but
users writing the if() command may not look at the macro() docs.
Add a note to the if() documentation.
2012-07-11 10:40:04 -04:00
..
2012-03-19 23:05:21 +01:00
2012-07-10 00:01:05 -04:00
2012-06-19 14:42:41 -04:00
2012-06-21 11:55:15 -04:00
2012-02-02 23:40:21 +00:00
2012-02-21 15:33:31 -05:00