Re: [CMake] Interest in adding to CMake the CMakeGet module to get dependencies

2017-08-05 Thread P F via CMake
> On Aug 4, 2017, at 9:18 PM, Craig Scott wrote: > > TLDR: There may be other work already covering similar capabilities (e.g. > hunter and WIP that I'm uncloaking here). This response is mostly about > providing broader discussion. > > > Paul it seems you've been busy since you first asked

Re: [CMake] Interest in adding to CMake the CMakeGet module to get dependencies

2017-08-05 Thread Veikko Eeva
icrosoft/vcpkg/issues/478 Cheers, Veikko Eeva Lähettäjä: CMake käyttäjän Craig Scott puolesta Lähetetty: 5. elokuuta 2017 5:18 Vastaanottaja: paul Kopio: cmake@cmake.org; Ruslan Baratov Aihe: Re: [CMake] Interest in adding to CMake the CMakeGet module to get dependencies   TLDR: There may

Re: [CMake] Interest in adding to CMake the CMakeGet module to get dependencies

2017-08-04 Thread Craig Scott
TLDR: There may be other work already covering similar capabilities (e.g. hunter and WIP that I'm uncloaking here). This response is mostly about providing broader discussion. Paul it seems you've been busy since you first asked about cget

[CMake] Interest in adding to CMake the CMakeGet module to get dependencies

2017-08-04 Thread paul via CMake
Hi, I have a written a cmake module to get dependencies using the cget protocol here: https://github.com/pfultz2/cmake-get This is different than `ExternelProject`: * `ExternelProject` happens only during build, which allows this module to work in both in config and script mode.  * In config m