Re: [cmake-developers] FindVulkan.cmake

2016-06-06 Thread Matthäus G . Chajdas
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

Re: [cmake-developers] FindVulkan.cmake

2016-06-06 Thread 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

Re: [cmake-developers] FindVulkan.cmake

2016-06-06 Thread Matthäus G . Chajdas
Hi Brad, 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. Cheers, Matthäus Am 06.06.2016 um 15:36 schrieb Brad King: > On 06/04/2016 02:54 PM, Matthäus G. Chajda

Re: [cmake-developers] FindVulkan.cmake

2016-06-06 Thread Brad King
On 06/04/2016 02:54 PM, Matthäus G. Chajdas wrote: > I've pushed an add-FindVulkan topic branch which adds a module to search > for the Vulkan graphics API (https://www.khronos.org/vulkan/). > > I'm also happy to maintain this going forward. Thanks. Please run the CMake test suite and fix the Mo

[cmake-developers] FindVulkan.cmake

2016-06-04 Thread Matthäus G . Chajdas
Hi, I've pushed an add-FindVulkan topic branch which adds a module to search for the Vulkan graphics API (https://www.khronos.org/vulkan/). I'm also happy to maintain this going forward. The complete diff can be found here: https://cmake.org/gitweb?p=stage/cmake.git;a=commitdiff;h=276fa1497efd3