[cmake-developers] [Patch] Remove hard coded version of RTDLL for Open Watcom
Brad King
brad.king at kitware.com
Mon Mar 3 15:05:57 EST 2014
On 03/03/2014 11:59 AM, Jiri Malak wrote:
> Exists some rules for tempary variables names used in scripts?
There is no official rule but the convention has tended to be
a leading "_" for internal variables. For those that have fully
local scope (i.e. not across files or functions) use all lower
case names.
In this case I think we agree that the scope will be local to
InstallRequiredSystemLibraries.
Thanks,
-Brad
More information about the cmake-developers
mailing list