Subject: Re: [Boost-users] [boost] Going insane trying to build boost for android
From: Paul Fultz II (pfultz2_at_[hidden])
Date: 2017-03-28 03:54:45


> On Mar 26, 2017, at 3:14 PM, Richard Hodges via Boost-users <boost-users_at_[hidden]> wrote:
>
> If only boost was available as a cmake script…

This script will build boost using cmake's toolchain:

https://github.com/pfultz2/cget/blob/master/cget/cmake/boost.cmake

It basically translates cmake's settings to a user-config.jam file, and then calls boost build. It hasn’t been tested with cross compiling or android yet, so it may still need some work depending on how you setup your cmake toolchain file.

Paul