mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
7 lines
197 B
CMake
7 lines
197 B
CMake
![]() |
|
||
|
# add all thirdparty related path definitions here
|
||
|
|
||
|
list(APPEND CMAKE_MODULE_PATH
|
||
|
${CMAKE_CURRENT_LIST_DIR}/../build/arrow/python/cmake_modules)
|
||
|
message (WARNING ${CMAKE_MODULE_PATH})
|