[cmake-developers] FindVulkan.cmake

Matthäus G. Chajdas cmake at anteru.net
Mon Jun 6 11:31:40 EDT 2016


Thanks a lot! I've pushed a squashed commit which does everything in one
go, and merged it into next.

Cheers,
  Matthäus

Am 06.06.2016 um 17:22 schrieb Brad King:
> On 06/06/2016 11:09 AM, Matthäus G. Chajdas wrote:
>> thanks a lot. Is this make test or is there something special needed to
>> get the ModuleNotices? make test is super-slow, I wonder if there's a
>> faster way to get to the relevant test.
> 
> Just run:
> 
>    ctest -R ModuleNotices
> 
> To run the whole test suite in parallel:
> 
>    ctest -j 8
> 
> or:
> 
>    make test ARGS='-j 8'
> 
> -Brad
> 



More information about the cmake-developers mailing list