Skip to content

Commit

Permalink
fix(image_projection_based_fusion): add missing install (autowarefoun…
Browse files Browse the repository at this point in the history
  • Loading branch information
wep21 authored Nov 10, 2023
1 parent 32c897d commit ce0f11a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions perception/image_projection_based_fusion/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,10 @@ if(TRT_AVAIL AND CUDA_AVAIL AND CUDNN_AVAIL)
EXECUTABLE pointpainting_fusion_node
)

install(
TARGETS pointpainting_cuda_lib
DESTINATION lib
)
else()
message("Skipping build of some nodes due to missing dependencies")
endif()
Expand Down

0 comments on commit ce0f11a

Please sign in to comment.