We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8ea03b5 + e7f15c4 commit 304f09dCopy full SHA for 304f09d
src/CMakeLists.txt
@@ -58,7 +58,7 @@ set_target_properties(popsift PROPERTIES DEBUG_POSTFIX "d")
58
59
# cannot use PRIVATE here as there is a bug in FindCUDA and CUDA_ADD_LIBRARY
60
# https://gitlab.kitware.com/cmake/cmake/issues/16097
61
-target_link_libraries(popsift ${Boost_LIBRARIES} ${CUDA_CUDADEVRT_LIBRARY})
+target_link_libraries(popsift ${Boost_LIBRARIES} ${CUDA_CUDADEVRT_LIBRARY} ${CUDA_CUBLAS_LIBRARIES})
62
63
64
# EXPORTING THE LIBRARY
0 commit comments