Skip to content
Snippets Groups Projects
Commit 006310c4 authored by Houssem ROUIS's avatar Houssem ROUIS
Browse files

make package aidge_backend_cuda optional

parent 66cf9eb5
No related branches found
No related tags found
2 merge requests!17version 0.2.0,!15Learning backend cuda
......@@ -15,7 +15,7 @@ add_executable(tests_exe ${src_files})
set_target_properties(tests_exe PROPERTIES CUDA_SEPARABLE_COMPILATION ON)
find_package(aidge_backend_cpu REQUIRED)
find_package(aidge_backend_cuda REQUIRED)
find_package(aidge_backend_cuda)
if(NOT DEFINED CMAKE_CUDA_STANDARD)
set(CMAKE_CUDA_STANDARD 14)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment