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

Modernized CMake, added Boost::headers dependency and install option #564

Merged
merged 1 commit into from
Jul 1, 2024

Conversation

EduMenges
Copy link
Contributor

  • Added Boost::headers linkage with INTERFACE visibility. This is important because targets that link to DI needed to also link to the Boost headers manually, or use esoteric include directives. This way, CMake handles the main Boost headers dependency.
  • Removed old CXX_STANDARD paradigms in favor of modern a approach.
  • Added BOOST_DI_OPT_INSTALL to install DI headers.

@kris-jusiak kris-jusiak merged commit cafe1a9 into boost-ext:cpp14 Jul 1, 2024
0 of 7 checks passed
@kris-jusiak
Copy link
Collaborator

Thank you @EduMenges

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.

2 participants