Skip to content

Commit

Permalink
Use new find_package(CUDA Toolkit)
Browse files Browse the repository at this point in the history
  • Loading branch information
GlassOnTin committed Sep 10, 2024
1 parent 37e06de commit 64e13f9
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 64e13f9

Please sign in to comment.