提交 7c7adc14 编写于 作者: J jinhai

Merge remote-tracking branch 'upstream/branch-0.3.0' into branch-0.3.0


Former-commit-id: e5210820cf606e11fd3cb8fff0b48284b4a690ce
......@@ -78,6 +78,9 @@ set(third_party_libs
zstd
${CUDA_TOOLKIT_ROOT_DIR}/lib64/stubs/libnvidia-ml.so
)
if (MEGASEARCH_WITH_ARROW STREQUAL "ON")
set(third_party_libs ${third_party_libs} arrow)
endif()
if (GPU_VERSION STREQUAL "ON")
link_directories("${CUDA_TOOLKIT_ROOT_DIR}/lib64")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册