Description
Line in the CMakeList.txt file below is not portable
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${PROJECT_SOURCE_DIR}/cmake_modules")
See https://github.com/apache/arrow/pull/43011 for detail.
Line in the CMakeList.txt file below is not portable
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${PROJECT_SOURCE_DIR}/cmake_modules")
See https://github.com/apache/arrow/pull/43011 for detail.