Skip to content

Commit

Permalink
Fix CUDA lib definition
Browse files Browse the repository at this point in the history
  • Loading branch information
jspricke committed Mar 21, 2014
1 parent 881f91d commit fb6a821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpu/people/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if(build)
find_cuda_helper_libs(nppi)
find_cuda_helper_libs(npps)

set(CUDA_npp_LIBRARY "${CUDA_nppc_LIBRARY};${CUDA_nppi_LIBRARY};${CUDA_npps_LIBRARY}" CACHE STRING "npp library")
set(CUDA_npp_LIBRARY "${CUDA_nppc_LIBRARY}" "${CUDA_nppi_LIBRARY}" "${CUDA_npps_LIBRARY}" CACHE STRING "npp library")
endif()

#Label_skeleton
Expand Down

0 comments on commit fb6a821

Please sign in to comment.