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: Set TEXTPLAN_SOURCE_DIR based on current dir in planloader test. #101

Merged
merged 3 commits into from
Mar 15, 2024

Conversation

ingomueller-net
Copy link
Contributor

That variable was previously computed based on CMAKE_SOURCE_DIR, which is the wrong value if substrait-cpp is used as a dependency from a different top-level CMake project. The PR applies the pattern based on CMAKE_CURRENT_SOURCE_DIR used in other tests.

That variable was previously computed based on `CMAKE_SOURCE_DIR`, which
is the wrong value if `substrait-cpp` is used as a dependency from a
different top-level CMake project. The PR applies the pattern based on
`CMAKE_CURRENT_SOURCE_DIR` used in other tests.
@EpsilonPrime EpsilonPrime changed the title fix: Set TEXTPLAN_SOURCE_DIR based on current dir in ploadloader test. fix: Set TEXTPLAN_SOURCE_DIR based on current dir in planloader test. Mar 15, 2024
@ingomueller-net
Copy link
Contributor Author

Thanks for the prompt approvals! Note that I don't have permissions to merge. Feel free to merge at any time...

@EpsilonPrime EpsilonPrime merged commit 579d884 into substrait-io:main Mar 15, 2024
3 checks passed
@EpsilonPrime
Copy link
Member

Yep, was just waiting for my CI fixes to catch up so the tests would pass. Thanks again. There hasn't been a lot of use of this as a sub project yet.

@ingomueller-net ingomueller-net deleted the fix-planload-cmake branch March 15, 2024 09:00
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.

3 participants