$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] CMake - one more time
From: Egor Pugin (egor.pugin_at_[hidden])
Date: 2016-04-23 07:13:13
On 23 April 2016 at 07:34, Paul Fultz II <pfultz2_at_[hidden]> wrote:
> Currently cget doesnât handle versions.
cppan (a tool I wrote) can handle versions. E.g.:
https://cppan.org/pvt.cppan.demo.sqlite3/versions
In general, cppan generates CMakeLists.txt file with information about
building dependencies which is included into main CMakeLists.txt.
Example of deps file (and demo project):
https://github.com/cppan/demo_project/blob/master/cppan.yml
https://github.com/cppan/cppan/wiki/Config-Commands#dependencies
For more info about cppan see
http://listarchives.boost.org/Archives/boost/2016/03/228419.php
-- Egor Pugin