Skip to content

Commit

Permalink
Update get_proprietary_binary_url.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmaynard authored Feb 22, 2023
1 parent 215ac0e commit d73362d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rapids-cmake/cpm/detail/get_proprietary_binary_url.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function(rapids_cpm_get_proprietary_binary_url package_name version url_var)
if(proprietary_binary MATCHES "{cuda-toolkit-version")
find_package(CUDAToolkit REQUIRED)
set(cuda-toolkit-version ${CUDAToolkit_VERSION_MAJOR}.${CUDAToolkit_VERSION_MINOR})
set(cuda-toolkit-version-major ${CUDAToolkit_VERSION_MAJOR})
set(cuda-toolkit-version-major ${CUDAToolkit_VERSION_MAJOR})
endif()

# Evaluate any magic placeholders in the proprietary_binary value including the
Expand Down

0 comments on commit d73362d

Please sign in to comment.