Skip to content

Commit

Permalink
Merge pull request #2250 from GlassOnTin/CUDAToolkit
Browse files Browse the repository at this point in the history
Use new find_package(CUDA Toolkit)
  • Loading branch information
f4exb committed Sep 13, 2024
2 parents 41608cf + 64e13f9 commit c03f8dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdrbase/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ endif()

# CUDA Toolkit: https://developer.nvidia.com/cuda-downloads
if (${VKFFT_BACKEND} EQUAL 1)
find_package(CUDA 9.0)
find_package(CUDAToolkit)
if(CUDA_FOUND)
enable_language(CUDA)
set(sdrbase_SOURCES
Expand Down

0 comments on commit c03f8dc

Please sign in to comment.