Skip to content

Commit 4924899

Browse files
manatokyoichi-sugahara
authored andcommitted
fix(perception_utils): install library after build (autowarefoundation#8501)
Signed-off-by: Manato HIRABAYASHI <manato.hirabayashi@tier4.jp>
1 parent 2efd23a commit 4924899

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common/perception_utils/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ project(perception_utils)
44
find_package(autoware_cmake REQUIRED)
55
autoware_package()
66

7-
ament_auto_package()
8-
97
ament_auto_add_library(${PROJECT_NAME} SHARED
108
src/run_length_encoder.cpp
119
)
@@ -14,3 +12,5 @@ find_package(OpenCV REQUIRED)
1412
target_link_libraries(${PROJECT_NAME}
1513
${OpenCV_LIBS}
1614
)
15+
16+
ament_auto_package()

0 commit comments

Comments
 (0)