-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
boost: make sure libdirs is empty with header-only=True and used via boost::boost
target
#19351
Conversation
…`boost::boost` target
🤖 Beep Boop! This pull request is making changes to 'recipes/boost//'. 👋 @grafikrobot @Hopobcn @jwillikers you might be interested. 😉 |
I detected other pull requests that are modifying boost/all recipe:
This message is automatically generated by https://github.com/ericLemanissier/conan-center-conflicting-prs so don't hesitate to report issues/improvements there. |
Conan v1 pipeline ✔️All green in build 1 (
Conan v2 pipeline ✔️
All green in build 1 (
|
Hooks produced the following warnings for commit 6f04041boost/1.72.0@#3323db6953cf602457de64f44b8a3bf7
boost/1.82.0@#55e821ec1f19367b6f0db13ea73948d3
boost/1.81.0@#4d2d9301e9b9113e959c41295f076c52
boost/1.83.0@#8be129e9ab6e00b3d74810626cdbea9c
boost/1.78.0@#9008ae95a9d04ad5bdc92dfd8e2c9e6e
boost/1.80.0@#71df56209b367a0a25d66a85bda50689
boost/1.77.0@#361bf140c0584d6f7ee0a3d73230d95e
boost/1.79.0@#a7d82e8e95feb58c722e6e4c7d645f69
boost/1.74.0@#2ac0b3a02e6ab39ec060b80da5bc2714
boost/1.75.0@#b246cd5d66a9c3c2c5b8156df5cccd23
boost/1.71.0@#08d175cfc86ea6209fbba83c4a976cf1
boost/1.76.0@#547354fc9a746f782708c11d28ef80e2
boost/1.73.0@#880d47d2f35960d823c42579bea89c8e
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @gegles, for the contribution and for the PR description.
…rue and used via `boost::boost` target
Specify library name and version: boost/1.83
This PR helps remove the following warning on macOS when boost is used as header-only, but the
boost::boost
target is used in CMake as opposed to theBoost::headers
:I faced this issue when using
restinio
that transitively brings inboost
but internally uses theboost::boost
CMake target.