mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00

* restructure how to organize 3rd party libs * Minor whitespace changes. * Fix compilation on Linux. * Pass around Python executable so that the correct version of Python is used.
6 lines
197 B
CMake
6 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})
|