mirror of
https://github.com/vale981/ray
synced 2025-03-08 11:31:40 -05:00
Fix copying the plasma fbs directory from arrow (#2579)
This commit is contained in:
parent
d35ce7fa63
commit
25f0094ee4
1 changed files with 3 additions and 1 deletions
|
@ -28,7 +28,9 @@ add_dependencies(gen_plasma_fbs flatbuffers_ep)
|
|||
# Copy the fbs files from Arrow project to local directory.
|
||||
add_custom_command(
|
||||
OUTPUT ${PLASMA_FBS_SRC}
|
||||
COMMAND cp -rf ${CMAKE_CURRENT_LIST_DIR}/../../thirdparty/build/arrow/cpp/src/plasma/format/ ${CMAKE_CURRENT_LIST_DIR}/format/
|
||||
COMMAND mkdir -p ${CMAKE_CURRENT_LIST_DIR}/format/
|
||||
COMMAND cp ${CMAKE_CURRENT_LIST_DIR}/../../thirdparty/build/arrow/cpp/src/plasma/format/plasma.fbs ${CMAKE_CURRENT_LIST_DIR}/format/
|
||||
COMMAND cp ${CMAKE_CURRENT_LIST_DIR}/../../thirdparty/build/arrow/cpp/src/plasma/format/common.fbs ${CMAKE_CURRENT_LIST_DIR}/format/
|
||||
COMMENT "Copying ${PLASMA_FBS_SRC} to local"
|
||||
VERBATIM)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue