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
commit dfe5d09641
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

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)