Skip to content

Commit e2df6f2

Browse files
committed
update autoware_lidar_apollo_instance_segmentation
Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp>
1 parent 28e9830 commit e2df6f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

perception/autoware_lidar_apollo_instance_segmentation/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if(NOT ${autoware_tensorrt_common_FOUND})
2323
)
2424
return()
2525
endif()
26-
find_package(cuda_utils REQUIRED)
26+
find_package(autoware_cuda_utils REQUIRED)
2727

2828
add_library(${PROJECT_NAME} SHARED
2929
src/node.cpp
@@ -38,7 +38,7 @@ add_library(${PROJECT_NAME} SHARED
3838
target_include_directories(${PROJECT_NAME} PRIVATE
3939
"$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>"
4040
"$<INSTALL_INTERFACE:include/${PROJECT_NAME}>"
41-
${cuda_utils_INCLUDE_DIRS}
41+
${autoware_cuda_utils_INCLUDE_DIRS}
4242
${pcl_conversions_INCLUDE_DIRS}
4343
${autoware_universe_utils_INCLUDE_DIRS}
4444
${autoware_perception_msgs_INCLUDE_DIRS}

0 commit comments

Comments
 (0)