Update autoconf tests

This commit is contained in:
2022-07-27 18:05:20 +02:00
parent ad75a3de13
commit b6ca4c8ff2
4 changed files with 85 additions and 3 deletions

View File

@@ -18,5 +18,5 @@ endif
if WITH_CUDA
test_main_CXXFLAGS = $(CUDA_CXXFLAGS)
test_main_LDADD += $(CUDA_LDFLAGS) -lcublas -lcudadevrt -lthrust
test_main_LDADD += $(CUDA_LDFLAGS)
endif