Skip to content

Conversation

@simogasp
Copy link
Member

@simogasp simogasp commented Nov 8, 2025

  • Remove unnecessary Boost libraries: atomic, chrono, system , thread and math_c99
    • this is in anticipation of the deprecation of findBoost: only non-header libraries are associated with targets, the header-only must be included via target_include_directories(). This is a bummer because we lose track of the components that are actually used.
  • Update the INSTALL documentation with the badges, README, and other doc with markdown linting.
  • Removed old travis ci files aa7b7f1

@simogasp simogasp linked an issue Nov 8, 2025 that may be closed by this pull request
@simogasp simogasp added this to the v1.0.5 milestone Nov 8, 2025
@philippremy
Copy link

Hi! Quick question:
IIRC Boost provides the special target Boost::headers for all its header libraries. Would it make sense to use that instead of setting the include dirs manually?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[bug] Boost system has been deprecated

3 participants