-----Original Message----- From: Boost
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