cheng-chi opened this issue 7 years ago · 0 comments
Line NVCC = $(which nvcc) should be changed to NVCC = $(shell which nvcc)
NVCC = $(which nvcc)
NVCC = $(shell which nvcc)