Skip to content

Commit

Permalink
Remove CUDA version from cuDSS cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffburdick authored Jan 30, 2025
1 parent cd73c01 commit 5010a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FindcuDSS.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ if(NOT cuDSS_FOUND)
DOWNLOAD_ONLY YES
)

set(cuDSS_LIBRARY ${cuDSS_SOURCE_DIR}/lib/${CUDAToolkit_VERSION_MAJOR}/libcudss.so)
set(cuDSS_LIBRARY ${cuDSS_SOURCE_DIR}/lib/libcudss.so)
set(cuDSS_INCLUDE_DIR ${cuDSS_SOURCE_DIR}/include)


Expand Down

0 comments on commit 5010a55

Please sign in to comment.