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

Support older CMake 3.14+ #53

Merged
merged 1 commit into from
Nov 1, 2023
Merged

Support older CMake 3.14+ #53

merged 1 commit into from
Nov 1, 2023

Conversation

alugowski
Copy link
Owner

Some distros (Debian) still sometimes have an older version of CMake, typically 3.18.

This switches away from check_source_compiles (a CMake 3.19+ feature) to check_cxx_source_compiles to support older CMake and those older platforms.

Some distros (Debian) still sometimes have an older version of CMake, typically 3.18. This switches away from a feature that required CMake 3.19 to support those older platforms.
@alugowski alugowski merged commit 57ec977 into main Nov 1, 2023
28 checks passed
@alugowski alugowski deleted the cmake branch November 1, 2023 05:54
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.

1 participant