$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] How to fetch boost libraries and their dependencies from github via CMake
From: Gonzalo BG (gonzalobg88_at_[hidden])
Date: 2015-05-29 06:30:55
Dear all,
I have a CMake project that requires some header-only boost libraries:
- container, dynamic_bitset, math, units
I would like CMake to always fetch automatically the latest version of
these libraries and their dependencies from github as an external project.
AFAIK FindBoost doesn't do this, is there maybe a different cmake script
that does?
Best regards,
Gonzalo