[Cmake-commits] CMake branch, master, updated. v3.9.1-711-gde64329

2017-09-02 Thread Kitware Robot
_VERSION_MINOR 9) -set(CMake_VERSION_PATCH 20170902) +set(CMake_VERSION_PATCH 20170903) #set(CMake_VERSION_RC 1) --- Summary of changes: Source/CMakeVersion.cmake |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/

Re: [cmake-developers] CMake PCH Prototype

2017-09-02 Thread Máté Ferenc Nagy-Egri via cmake-developers
Do I understand correctly, that this work is not going to be mainlined? I was very much hoping it would. Feladó: Nagy-Egri Máté Ferenc via cmake-developers Elküldve: 2017. június 25., vasárnap 18:19 Címzett: CMake Developers Tárgy: Re: [cmake-developers] CMake PCH Prototype I just wanted to

Re: [CMake] Should configuration package files define module package variables?

2017-09-02 Thread P F via CMake
> On Aug 25, 2017, at 11:21 AM, Robert Dailey wrote: > > So I've been studying the find_package[1] and "creating packages"[2] > documentation, as well as the CMakePackageConfigHelpers[3] page. > > Based on the current offerings of configuration packages, I do not >

Re: [CMake] CMake Coverage broken with Ninja

2017-09-02 Thread Gerhard Gappmeier
Hi Haocheng, thanks for helping. I guess this has to do with another issue. The Ninja generator generates different paths then the default Unix Makefile generator. This leads to the following behavior in normal build operations: I introduced a warning in the printf line to demonstrate this.