Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ORC-1733: [C++][CMake] Fix CMAKE_MODULE_PATH not to use PROJECT_SOURC…
…E_DIR ### What changes were proposed in this pull request? Change `PROJECT_SOURCE_DIR` to `CMAKE_CURRENT_SOURCE_DIR` for `CMAKE_MODULE_PATH`. ### Why are the changes needed? Line below is not portable when ORC is used by downstream projects: ``` set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${PROJECT_SOURCE_DIR}/cmake_modules") ``` ### How was this patch tested? Make sure all CIs pass. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #1959 from wgtmac/ORC-1733. Authored-by: Gang Wu <[email protected]> Signed-off-by: Gang Wu <[email protected]>
- Loading branch information