Re: [CMake] How do you handle recursive dependencies in CMake

2018-06-19 Thread Tim Rae
Hi all, I spent a bit of time working on this issue the last few days, and since I didn't see a satisfactory answer in this thread I thought I'd resurrect the thread since it's one of the first google hits. it seems that all you need to do to solve the problem of transitive dependencies is make yo

Re: [CMake] Prevent ExternalProject from updating git submodules

2016-10-24 Thread Tim Rae
Hi all, I'm using ExternalProject_Add to add the popular C++ library range-v3 to one of our projects. However, since the build server only has local intranet access, and therefore can't access the main github repository, we have put a clone of that repo on our local gitlab: ExternalProject_A