Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mgravey committed Oct 2, 2023
1 parent 89d7612 commit 987fa4d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ endif

dosentSupportCUDA:= $(shell command -v nvcc; echo $$? )
ifneq ($(dosentSupportCUDA),1)
$(info CUDA detected)
#export ExtraDevice+= NvidiaGPUAcceleratorDevice.o
export CFLAGS+= -DWITH_CUDA
export WITH_CUDA+=g2s_cuda.so
Expand Down

0 comments on commit 987fa4d

Please sign in to comment.