未验证 提交 5c6e4bff 编写于 作者: S Sing_chan 提交者: GitHub

fix bug of missing boost when compile cache.cc (#41430)

上级 5577f411
......@@ -6,6 +6,6 @@ elseif (WITH_ROCM)
hip_test(auto_tune_test SRCS auto_tune_test.cu DEPS gtest)
endif()
cc_library(cache SRCS cache.cc DEPS)
cc_library(cache SRCS cache.cc DEPS boost)
cc_test(cache_test SRCS cache_test.cc DEPS gtest cache)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册