Skip to content

Commit

Permalink
fix: Add target installation for fast_vgicp_cuda (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
quantumxt authored Nov 13, 2023
1 parent 6d99a9c commit af0a772
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,9 @@ if(BUILD_VGICP_CUDA)
if(catkin_FOUND)
install(TARGETS fast_vgicp_cuda
LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION})
elseif (ament_cmake_FOUND)
install(TARGETS fast_vgicp_cuda
LIBRARY DESTINATION lib)
endif()
endif()

Expand Down

0 comments on commit af0a772

Please sign in to comment.