Re: [CMake] Parent component options passed to ExternalProject

2019-03-27 Thread Dustyn Blasig
Thanks for the help, I will give the FetchContent approach a shot and see how things go. I was actually in the process of trying to do a custom command using the built-in "cmake -E tar xvf" approach to roll a custom FetchContent that doesn't need such a new CMake, but I can't get it to work with

Re: [CMake] Parent component options passed to ExternalProject

2019-03-26 Thread Craig Scott
On Tue, Mar 26, 2019 at 4:02 AM Dustyn Blasig wrote: > Hi All, > > I'm really struggling to use ExternalProject_Add() in our CMake project. > > Based on the documentation, I was expecting the simplest Git-based > external project with all defaults to act just like using a Git submodule > locked

[CMake] Parent component options passed to ExternalProject

2019-03-25 Thread Dustyn Blasig
Hi All, I'm really struggling to use ExternalProject_Add() in our CMake project. Based on the documentation, I was expecting the simplest Git-based external project with all defaults to act just like using a Git submodule locked at a specific commit.