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

Add NEWLINE_STYLE to cmake install #9131

Merged
merged 1 commit into from
Aug 14, 2024

Conversation

alexcrichton
Copy link
Member

Looks like CMake before 3.20.0 doesn't generate newlines at all without this configuration option. CMake 3.20.0 and prior, however, generates newlines by default which is why this didn't show up in CI or development.

Closes #9126

Looks like CMake before 3.20.0 doesn't generate newlines at all without
this configuration option. CMake 3.20.0 and prior, however, generates
newlines by default which is why this didn't show up in CI or
development.

Closes bytecodealliance#9126
@alexcrichton alexcrichton requested a review from a team as a code owner August 14, 2024 18:16
@alexcrichton alexcrichton requested review from elliottt and removed request for a team August 14, 2024 18:16
@alexcrichton alexcrichton added this pull request to the merge queue Aug 14, 2024
Merged via the queue into bytecodealliance:main with commit 61191a2 Aug 14, 2024
39 checks passed
@alexcrichton alexcrichton deleted the cmake-newline branch August 14, 2024 18:45
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.

CMake build for c-api failes to generate header file.
2 participants