Skip to content

Commit

Permalink
update autoware_lidar_apollo_instance_segmentation
Browse files Browse the repository at this point in the history
Signed-off-by: Esteve Fernandez <[email protected]>
  • Loading branch information
esteve committed Oct 30, 2024
1 parent 28e9830 commit e2df6f2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if(NOT ${autoware_tensorrt_common_FOUND})
)
return()
endif()
find_package(cuda_utils REQUIRED)
find_package(autoware_cuda_utils REQUIRED)

add_library(${PROJECT_NAME} SHARED
src/node.cpp
Expand All @@ -38,7 +38,7 @@ add_library(${PROJECT_NAME} SHARED
target_include_directories(${PROJECT_NAME} PRIVATE
"$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>"
"$<INSTALL_INTERFACE:include/${PROJECT_NAME}>"
${cuda_utils_INCLUDE_DIRS}
${autoware_cuda_utils_INCLUDE_DIRS}
${pcl_conversions_INCLUDE_DIRS}
${autoware_universe_utils_INCLUDE_DIRS}
${autoware_perception_msgs_INCLUDE_DIRS}
Expand Down

0 comments on commit e2df6f2

Please sign in to comment.