Boost logo

Boost :

Subject: [boost] [cmake] Pull request announcement
From: Mike Dev (mike.dev_at_[hidden])
Date: 2018-09-18 08:31:39


> -----Original Message-----
> From: Boost <boost-bounces_at_[hidden]> On Behalf Of Peter Dimov via Boost
> Sent: Monday, September 17, 2018 6:02 PM
>
> > Sure. You can have a look at https://github.com/Mike-Devel/DummyBoostUsage
>
> Thanks.
>
> > file(GLOB boost_lib_cmake_files libs/*/CMakeLists.txt)
>
> I wonder what would happen if Hana, Yap or Beast are present. :-)

Well, their cmake files get processed and do whatever they do. Obviously, they will
not automagically benefit from the new boot targets created by me, as they don't
know about them.

The main problem I encountered on linux (the offending modules refuse to build
on windows anyway) is that some existing cmake files have bad hygiene.

E.g. "yap", "hana" and "callable_traits" each try to create a target "check".

I'll try to submit a few PRs to fix that.

Best

Mike


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