Skip to content

Commit 304f09d

Browse files
authored
Merge pull request #51 from alicevision/fabiencastan-patch-1
[cmake] add cublas dependencies
2 parents 8ea03b5 + e7f15c4 commit 304f09d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ set_target_properties(popsift PROPERTIES DEBUG_POSTFIX "d")
5858

5959
# cannot use PRIVATE here as there is a bug in FindCUDA and CUDA_ADD_LIBRARY
6060
# https://gitlab.kitware.com/cmake/cmake/issues/16097
61-
target_link_libraries(popsift ${Boost_LIBRARIES} ${CUDA_CUDADEVRT_LIBRARY})
61+
target_link_libraries(popsift ${Boost_LIBRARIES} ${CUDA_CUDADEVRT_LIBRARY} ${CUDA_CUBLAS_LIBRARIES})
6262

6363

6464
# EXPORTING THE LIBRARY

0 commit comments

Comments
 (0)