[cmake-developers] Error handling in dashboard scripts

2018-05-25 Thread Kyle Edwards
Hi all, I'm working on a set of build scripts that use CMake and CTest, and I'm trying to figure out the best way to handle failures in CTest (I'm using a dashboard script internally.) If the configure or build step fails, I want the failure to be reported to CDash with ctest_submit(), but I

Re: [cmake-developers] How to handle dependencies of protobuf files ?

2018-05-25 Thread Alexander Neundorf
Any comments ? Alex On 2018 M05 15, Tue 21:45:06 CEST Alexander Neundorf wrote: > Hi, > > I stumbled upon a problem with protobuf files, I attached a testcase. > There is a MyBase.proto, which is "imported" by Complex.proto. > If MyBase.proto is modified, protoc is run again in MyBase.proto,