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

don't override language property for ASM files as C #1104

Merged
merged 1 commit into from
Oct 8, 2024

Conversation

busterb
Copy link
Contributor

@busterb busterb commented Oct 8, 2024

As of CMake 3.20, this causes the files to be built as C, instead of just with a C compiler. This also properly specifies the languages in the project call.

This should fix issues that came from bumping CMake min version as in #1100

As of CMake 3.20, this causes the files to be built _as_ C, instead of
just with a C compiler. This also properly specifies the languages in
the project call.
@busterb busterb mentioned this pull request Oct 8, 2024
Copy link
Contributor

@botovq botovq left a comment

Choose a reason for hiding this comment

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

This looks good to me. Please merge if green.

@busterb busterb self-assigned this Oct 8, 2024
@busterb busterb merged commit 81c3c38 into libressl:master Oct 8, 2024
47 checks passed
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