Skip to content

Commit

Permalink
Minor.
Browse files Browse the repository at this point in the history
Signed-off-by: vegetableysm <[email protected]>
  • Loading branch information
vegetableysm committed Aug 26, 2024
1 parent 73cc45c commit 0fa949b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/basic/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@ target_add_debuginfo(vineyard_basic)
target_link_libraries(vineyard_basic PUBLIC vineyard_client
${ARROW_SHARED_LIB}
${GLOG_LIBRARIES}
${MPI_CXX_LIBRARIES}
)
target_include_directories(vineyard_basic PUBLIC ${ARROW_INCLUDE_DIR})
target_include_directories(vineyard_basic PUBLIC ${ARROW_INCLUDE_DIR} ${MPI_CXX_INCLUDE_PATH})

find_package(libgrapelite 0.3.4 QUIET)
if(LIBGRAPELITE_INCLUDE_DIRS)
Expand Down

0 comments on commit 0fa949b

Please sign in to comment.