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

Make CMake package version ARCH_INDEPENDENT #44

Merged
merged 1 commit into from
Jul 7, 2024
Merged

Make CMake package version ARCH_INDEPENDENT #44

merged 1 commit into from
Jul 7, 2024

Conversation

PatrickKa
Copy link
Contributor

Since strong_type is a header-only library, its package version should be considered compatible independent of the target architecture. The ARCH_INDEPENDENT option of write_basic_package_version_file() ensures just that. See the documentation for more details.

Note that using ARCH_INDEPENDENT increases the minimum required CMake version to 3.14. Given how easy it is to get the latest CMake version on any platform, this should not be an issue, though (see the table under "Picking a CMake Version" of this blog post).

Copy link

codecov bot commented Jul 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (1734343) to head (db35dfe).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #44   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           23        23           
  Lines          326       326           
=========================================
  Hits           326       326           

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

@rollbear rollbear merged commit c33f9aa into rollbear:main Jul 7, 2024
76 checks passed
@rollbear
Copy link
Owner

rollbear commented Jul 7, 2024

Of course. Much appreciated. Thank you!

@PatrickKa
Copy link
Contributor Author

Thank you for the fast reply and such a great library.

@PatrickKa PatrickKa deleted the arch-independent branch July 21, 2024 09:18
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