28 Mar
2017
28 Mar
'17
3:54 a.m.
On Mar 26, 2017, at 3:14 PM, Richard Hodges via Boost-users
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