config icon indicating copy to clipboard operation
config copied to clipboard

CMake feature detection

Open rleigh-codelibre opened this issue 6 years ago • 3 comments

As mentioned in https://lists.boost.org/Archives/boost/2018/10/243729.php I would be happy to implement this type of functionality.

Would a PR implementing the detection logic be acceptable? Or is someone already working on this?

Thanks, Roger

rleigh-codelibre avatar Oct 16 '18 13:10 rleigh-codelibre

I'm quite certain that I'm not qualified to comment - anyone else?

jzmaddock avatar Oct 16 '18 16:10 jzmaddock

I am not qualified to judge a CMake implementation either. I did suggest that doing this for config ( and predef also ) and then having current Boost libraries which are converted to CMake use the CMake implementations in config and predef to replace the bjam code they already have now is a much better solution than having each library do their own CMake implementation for what they will need.

eldiener avatar Oct 22 '18 19:10 eldiener

I have done some initial work on this in the linked PR (#249). There will be more to come, this is just the initial step to make it installable and re-usable by downstream consumers.

rleigh-codelibre avatar Oct 25 '18 11:10 rleigh-codelibre