Boost logo

Boost :

Subject: Re: [boost] [cmake] Minimum viable cmakeification for Boost
From: P F (pfultz2_at_[hidden])
Date: 2017-06-20 08:31:09


> On Jun 19, 2017, at 6:42 PM, Niall Douglas via Boost <boost_at_[hidden]> wrote:
>
> I've finished the mockup which can be studied at:
>
> https://github.com/ned14/boost-bmv-cmake

So I setup a repo to build and install Boost.System as well, here:

https://github.com/pfultz2/boost-cmake-demo

This is following the best practices as explained in Daniel Pfeifer’s “Effective Cmake” talk(except the globbing subdirectories, I did that just to save time). It also very similar to the boost cmake repo written by Daniel Pfeifer and Stephen Kelley.

This example can be used to build and install modular or in the superproject. Plus, it produces the find_package files, so you can do `find_package(boost_system)`.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk