[cmake-developers] Invalid/Reserved target names

Nils Gladitz nilsgladitz at gmail.com
Mon Nov 18 10:09:44 EST 2013


On 11/15/2013 11:39 AM, Brad King wrote:
> It looks like you added the reserved check to cmGeneratorExpression
> in the IsValidTargetName method.  This method is used in other
> places to validate generator expression syntax, and in those places
> the reserved target names may be allowed.
Can I keep the extracted method in cmGeneratorExpression or would there 
be a more appropriate location for it?

> In the list of reserved names you also need to add uppercase
> "INSTALL".  Otherwise I think you got them all.
I should be able to get that fixed as soon as I get home from work.

Thank you for looking it over!

Nils



More information about the cmake-developers mailing list