[Cmake] Macro definition

Andy Cedilnik andy.cedilnik at kitware.com
Thu, 29 Jan 2004 11:58:29 -0500


Hi David,

FIND_LIBRARY is not macro but command. Yes, there is sort of arbitrary
distinction, but maybe at some point we will allow macros to take
variable number of arguments.

			Andy

On Thu, 2004-01-29 at 11:50, David Svoboda wrote:
> On Thu, 29 Jan 2004, Andy Cedilnik wrote:
> Well, in this case, I'd like to study the definition of FIND_LIBRARY
> macro, because this macro is capable of maintaining variable number of
> arguments and it does not require >>"<< sign when calling this macro with
> any arguments.