Merge pull request #2756 from martin-frbg/issue2755

Protect against inadvertent activation of USE_CUDA
This commit is contained in:
Martin Kroeker
2020-08-01 15:19:02 +02:00
committed by GitHub

View File

@@ -47,8 +47,10 @@ endif
endif
ifdef USE_CUDA
ifeq ($(USE_CUDA), 1)
COMMONOBJS += cuda_init.$(SUFFIX)
endif
endif
ifdef FUNCTION_PROFILE
COMMONOBJS += profile.$(SUFFIX)