[cmake-developers] Ninja passes all tests on OS X

Peter Kümmel syntheticpp at gmx.net
Tue Jul 17 13:43:18 EDT 2012


On 17.07.2012 19:32, Bill Hoffman wrote:
> On 7/17/2012 1:21 PM, Peter Kümmel wrote:
>>
>> OK, maybe it is simpler to add a the functions to cmNinjaTargetGenerator which
>>
>> forwards the call to the Local/Global classes.
> Lets just add the friend stuff for now so we can get the dashboard
> building again.

You could not add "friend class cmNinjaTargetGenerator::MacOSXContentGeneratorType"
because cmNinjaTargetGenerator is forward declared, and including cmNinjaTargetGenerator.h
doesn't help because it includes cmLocalNinjaGenerator.h again.

Maybe making MacOSXContentGeneratorType global helps.

Peter



More information about the cmake-developers mailing list