Gang Wu created ORC-1733:
----------------------------
Summary: [C++][CMake] Fix CMAKE_MODULE_PATH not to use
PROJECT_SOURCE_DIR
Key: ORC-1733
URL: https://issues.apache.org/jira/browse/ORC-1733
Project: ORC
Issue Type: Improvement
Components: build, C++
Reporter: Gang Wu
Assignee: Gang Wu
Line in the CMakeList.txt file below is not portable
{code:java}
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH}
"${PROJECT_SOURCE_DIR}/cmake_modules") {code}
See [https://github.com/apache/arrow/pull/43011] for detail.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)