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

fix: Use CXX compiler of main project for ANTLR external project. #104

Merged

Conversation

ingomueller-net
Copy link
Contributor

This PR adds the -DCMAKE_CXX_COMPILER flag to the CMake flags of the external project for ANTLR. Without that, the external project uses the system default, which may not be what the user wants (and even be broken).

This PR adds the `-DCMAKE_CXX_COMPILER` flag to the CMake flags of the
external project for ANTLR. Without that, the external project uses the
system default, which may not be what the user wants (and even be
broken).

Signed-off-by: Ingo Müller <ingomueller@google.com>
Copy link
Member

@EpsilonPrime EpsilonPrime left a comment

Choose a reason for hiding this comment

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

Thanks for the update, this was snagged from the Antlr distribution, likely it should be updated there as well.

@EpsilonPrime EpsilonPrime merged commit 1dbf98b into substrait-io:main Jul 18, 2024
3 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