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 source