Skip to content

Conversation

cottsay
Copy link
Member

@cottsay cottsay commented Oct 3, 2025

While this approach maintains pkg-config as the preferred mechanism for discovering dependencies, it allows us to support the older config mechanism shipped with many of these dependencies on older distributions like CentOS 8.

An additional part of this change is the switch to CMake targets for dependencies, which significantly reduces boilerplate in the main CMakeLists.txt.

While this approach maintains pkg-config as the preferred mechanism for
discovering dependencies, it allows us to support the older config
mechanism shipped with many of these dependencies on older distributions
like CentOS 7.

An additional part of this change is the switch to CMake targets for
dependencies, which significantly reduces boilerplate in the main
CMakeLists.txt.
@cottsay cottsay self-assigned this Oct 3, 2025
@cottsay cottsay added the enhancement New feature or request label Oct 3, 2025
@codecov-commenter
Copy link

codecov-commenter commented Oct 3, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 38.74%. Comparing base (967d6d6) to head (691d41d).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #16   +/-   ##
=======================================
  Coverage   38.74%   38.74%           
=======================================
  Files          17       17           
  Lines        2403     2403           
  Branches      494      494           
=======================================
  Hits          931      931           
  Misses       1259     1259           
  Partials      213      213           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Member

@nuclearsandwich nuclearsandwich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

While I can't quite measure up to providing the same caliber of CMake convention review that @sloretz might, I can say nothing here jumps out at me and give it a Works On My Machine stamp.

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

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants