CCTag icon indicating copy to clipboard operation
CCTag copied to clipboard

Remove unnecessary Boost dependencies and update documentation

Open simogasp opened this issue 1 month ago • 1 comments

  • 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 avatar Nov 08 '25 22:11 simogasp

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?

philippremy avatar Nov 18 '25 10:11 philippremy