niessner / Opt

Opt DSL
Other
254 stars 68 forks source link

NVCC problem in examples/shared/make_template.inc #131

Closed cheng-chi closed 6 years ago

cheng-chi commented 6 years ago

Line NVCC = $(which nvcc) should be changed to NVCC = $(shell which nvcc)