Re: [CMake] ExternalProject and libraries again

2016-03-09 Thread Bruce Stephens
On Wed, Mar 9, 2016 at 9:27 PM, Nicholas Braden wrote: > I'm not sure which discussion you're referring to, so forgive me if > this was already mentioned - but are you using a superproject to > ensure that dependencies are built and installed before your own > project?

Re: [CMake] ExternalProject and libraries again

2016-03-09 Thread Nicholas Braden
I'm not sure which discussion you're referring to, so forgive me if this was already mentioned - but are you using a superproject to ensure that dependencies are built and installed before your own project? That is, all dependencies as well as your own project are built via ExternalProject_Add and

[CMake] ExternalProject and libraries again

2016-03-09 Thread Bruce Stephens
(This is really a continuation of a discussion from 25/26 January.) I'm still confused about ExternalProject_Add and libraries. I'd like to get to the point where I (or more likely a process somewhere) can check out a project, then run cmake and ninja (or make or whatever) and have that build