-
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
Link boost coroutine_exe against CONAN_LIBS #3205
Link boost coroutine_exe against CONAN_LIBS #3205
Conversation
This allows boost to be built on Ubuntu 18.04 with older CMake that does not know about newer Boost versions and wouldn't add the boost_context lib to coroutine_exe in the static linking case.
Sorry, the build is only launched for Early Access Program users. You can request access writing in this issue. |
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. |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This allows boost to be built on Ubuntu 18.04 with older CMake that does not know about newer Boost versions and wouldn't add the boost_context lib to coroutine_exe in the static linking case.
This fixes: #3159
Specify library name and version: lib/1.0
conan-center hook activated.