mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 04:55:04 +08:00
f1e5789c26
* 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.
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})
|