Re: [OE-core] [PATCH 1/2] cmake: allow the generator to be changed

2018-01-18 Thread Otavio Salvador
On Thu, Jan 18, 2018 at 10:38 AM, Ross Burton wrote: > Add OECMAKE_GENERATOR variable to control which generator is used by CMake, > defaulting to the upstream default of Unix Makefiles for now. The other > supported option is Ninja, which is faster than Make for large projects (for > example, us

[OE-core] [PATCH 1/2] cmake: allow the generator to be changed

2018-01-18 Thread Ross Burton
Add OECMAKE_GENERATOR variable to control which generator is used by CMake, defaulting to the upstream default of Unix Makefiles for now. The other supported option is Ninja, which is faster than Make for large projects (for example, using Ninja takes three minutes off webkitgtk:do_compile for me)