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

#223: Generic CMake Unix Platform Support #224

Merged
merged 1 commit into from
Sep 6, 2024

Conversation

thearchivalone
Copy link
Contributor

There's no full need to individually check each platform, so use a generic variable provided by CMake to cover a large scope (until specific ones need to be checked for): https://cmake.org/cmake/help/latest/variable/UNIX.html .

@CLAassistant
Copy link

CLAassistant commented Sep 3, 2024

CLA assistant check
All committers have signed the CLA.

@nfrechette
Copy link
Owner

Great idea, thanks! I'll merge this once CI completes.

@nfrechette nfrechette merged commit d2dc5ca into nfrechette:develop Sep 6, 2024
81 of 100 checks passed
@nfrechette
Copy link
Owner

CI failure is sadly expected. It is the result of a toolchain code generation bug.
Thank you for the contribution!

@nfrechette nfrechette added this to the Version 2.4 milestone Sep 6, 2024
@nfrechette nfrechette added the enhancement New feature or request label Sep 6, 2024
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