Re: [cmake-developers] Adding Ninja file dependency to ExternalProject target

2015-11-09 Thread Chris Bieneman
Hi Brad, Thanks for the recommendation. I’ll give it a try today. -Chris > On Nov 9, 2015, at 6:29 AM, Brad King wrote: > > On 11/06/2015 05:16 PM, Chris Bieneman wrote: >> external project will have a file-dependency on clang? > > From a quick check it looks like ExternalProject has no inter

Re: [cmake-developers] Adding Ninja file dependency to ExternalProject target

2015-11-09 Thread Brad King
On 11/06/2015 05:16 PM, Chris Bieneman wrote: > external project will have a file-dependency on clang? >From a quick check it looks like ExternalProject has no interface to directly add file-level dependencies to the builtin configure step. That should be corrected if anyone is interested in worki

[cmake-developers] Adding Ninja file dependency to ExternalProject target

2015-11-06 Thread Chris Bieneman
Hi cmake-developers, I’m working on a patch to LLVM to support running our clang test-suite using ExternalProject. The complication here is that we want to configure the test-suite’s CMake build with the clang that is produced from the LLVM/Clang build. In my patch I try adding a dependency on