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 build on intel mac #286

Merged
merged 3 commits into from
Nov 3, 2022
Merged

Fix build on intel mac #286

merged 3 commits into from
Nov 3, 2022

Conversation

eddyxu
Copy link
Contributor

@eddyxu eddyxu commented Nov 3, 2022

Closes #270

@eddyxu eddyxu self-assigned this Nov 3, 2022
@eddyxu eddyxu requested a review from changhiskhan November 3, 2022 05:39
execute_process(COMMAND brew --prefix apache-arrow OUTPUT_VARIABLE ARROW_PREFIX)
string(STRIP ${ARROW_PREFIX} ARROW_ROOT_DIR)
list(APPEND CMAKE_MODULE_PATH ${ARROW_ROOT_DIR}/lib/cmake/arrow)
set(ArrowDataset_DIR ${ARROW_ROOT_DIR}/lib/cmake/arrow)
Copy link
Contributor

Choose a reason for hiding this comment

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

Nit: I think you only need to specify the path once and then just use the variable the other two times?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

👌

@eddyxu eddyxu merged commit aeb518d into main Nov 3, 2022
@eddyxu eddyxu deleted the lei/fix_intel_build branch November 3, 2022 06:09
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.

[BUILD] Can not find ArrowDataset during cmake configure on Intel Mac
2 participants