From 62de86ff7aed4f70ea6bb037eccadb309ad56797 Mon Sep 17 00:00:00 2001 From: Philipp Moritz Date: Wed, 13 Jun 2018 10:18:09 -0700 Subject: [PATCH] fix redis module build dependencies (#2247) --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index bcd0ea73f..9cbdd0248 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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