Skip to content
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 coroutine_exe against CONAN_LIBS #1

Closed
wants to merge 1 commit into from

Conversation

sturmf
Copy link
Owner

@sturmf sturmf commented Oct 14, 2020

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.

See conan-io#3159 for a lengthy discussion of the issue.

Specify library name and version: boost/1.70

  • [x ] I've read the guidelines for contributing.
  • [x ] I've followed the PEP8 style guides for Python code in the recipes.
  • [x ] I've used the latest Conan client version.
  • I've tried at least one configuration locally with the
    conan-center hook activated.

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.
@sturmf sturmf closed this Oct 15, 2020
@sturmf sturmf deleted the link_boost_coroutine_with_conan_libs branch October 15, 2020 07:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant