Skip to content

Commit

Permalink
Solve #515
Browse files Browse the repository at this point in the history
  • Loading branch information
Myzhar authored Feb 12, 2020
1 parent 33d0be9 commit bdc2fe1
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions zed_wrapper/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -138,17 +138,11 @@ link_directories(${CUDA_LIBRARY_DIRS})
###############################################################################
# EXECUTABLE

if(NOT DEFINED CUDA_NPP_LIBRARIES_ZED)
#To deal with cuda 9 nppi libs and previous versions of ZED SDK
set(CUDA_NPP_LIBRARIES_ZED ${CUDA_npp_LIBRARY} ${CUDA_npps_LIBRARY} ${CUDA_nppi_LIBRARY})
endif()


add_definitions(-std=c++11)
set(LINK_LIBRARIES
${catkin_LIBRARIES}
${ZED_LIBRARIES}
${CUDA_LIBRARIES} ${CUDA_NPP_LIBRARIES_ZED}
${CUDA_LIBRARIES}
)

add_library(ZEDWrapper ${TOOLS_SRC} ${NODELET_SRC})
Expand Down

0 comments on commit bdc2fe1

Please sign in to comment.