add boost dependency to cuda_stream (#24032)
parent
8dfb240a64
commit
db6d867383
@ -1,3 +1,3 @@
|
||||
IF(WITH_GPU)
|
||||
cc_library(cuda_stream SRCS cuda_stream.cc DEPS enforce)
|
||||
cc_library(cuda_stream SRCS cuda_stream.cc DEPS enforce boost)
|
||||
ENDIF()
|
||||
|
Loading…
Reference in new issue