[Cmake-commits] CMake branch, master, updated. v3.12.3-828-gf0c8d16

2018-10-06 Thread Kitware Robot
t a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake index 60b7a9b..9e9a08e 100644 --- a/Source/CMakeVersion.cmake +++ b/Source/CMakeVersion.cmake @@ -1,5 +1,5 @@ # CMake version number components. set(CMake_VERSION_MAJOR 3) set(CMake_VERSION_MINOR 13) -set(CMake_VERSION_PATCH 20181006) +set(CMake_VER

Re: [CMake] Detailed graphviz graph?

2018-10-06 Thread Jan Wielemaker
On 03/10/18 09:53, Eric Noulard wrote: - I have an ordinary executable target `swipl` - To run, this requires a boot file `swipl.prc` that is created by calling `swipl -b ...` Hum... I don't get it. For running? creating? target "swipl" you need to run it? There is a

[CMake] Dependencies to protobuf sources

2018-10-06 Thread Stephan Menzel
Hello all, I am a long term user of CMake, protobuf and grpc on Windows (MSVC15) and Linux. Roughly in the beginning of this year I started to notice that dependencies of targets using generated sources to their appropriate protobuf files didn't work anymore. Basically, when I change a grpc