mirror of
https://github.com/wassname/ray.git
synced 2026-07-03 21:48:43 +08:00
fix redis module build dependencies (#2247)
This commit is contained in:
committed by
Robert Nishihara
parent
8efd0f7b1b
commit
62de86ff7a
@@ -107,6 +107,8 @@ if ("${CMAKE_RAY_LANG_PYTHON}" STREQUAL "YES")
|
||||
add_dependencies(copy_ray ${LOCAL_SCHEDULER_LIBRARY_LANG})
|
||||
endif()
|
||||
|
||||
add_dependencies(copy_ray ray_redis_module)
|
||||
|
||||
foreach(file ${ray_file_list})
|
||||
add_custom_command(TARGET copy_ray POST_BUILD
|
||||
COMMAND ${CMAKE_COMMAND} -E
|
||||
|
||||
Reference in New Issue
Block a user