parent
67481ca871
commit
db128c4586
@ -1 +1,5 @@
|
||||
cc_test(cpu_allocator_test SRCS cpu_allocator_test.cc)
|
||||
if(${WITH_GPU})
|
||||
nv_test(cpu_allocator_test SRCS cpu_allocator_test.cc) # nv_test links CUDA, but
|
||||
else(${WITH_GPU})
|
||||
cc_test(cpu_allocator_test SRCS cpu_allocator_test.cc) # cc_test doesn't.
|
||||
endif(${WITH_GPU})
|
||||
|
||||
Loading…
Reference in new issue