[cmake-developers] Ninja pools

Peter Kümmel syntheticpp at gmx.net
Mon Nov 25 16:41:40 EST 2013


> The purpose of SetPropertyDefault is to lookup the variable for you.
> You just need
>
>   this->SetPropertyDefault("JOB_POOL_COMPILE", 0);
>   this->SetPropertyDefault("JOB_POOL_LINK", 0);
>
> The second argument is just what to use when the variable is not set.

Ah, very comfortable. I updated next.

>
> Brad
> --




More information about the cmake-developers mailing list