Skip to content

Commit

Permalink
fix(perception_utils): install library after build (autowarefoundatio…
Browse files Browse the repository at this point in the history
…n#8501)

Signed-off-by: Manato HIRABAYASHI <[email protected]>
  • Loading branch information
manato authored Aug 19, 2024
1 parent e9fe665 commit fd09a5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/perception_utils/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ project(perception_utils)
find_package(autoware_cmake REQUIRED)
autoware_package()

ament_auto_package()

ament_auto_add_library(${PROJECT_NAME} SHARED
src/run_length_encoder.cpp
)
Expand All @@ -14,3 +12,5 @@ find_package(OpenCV REQUIRED)
target_link_libraries(${PROJECT_NAME}
${OpenCV_LIBS}
)

ament_auto_package()

0 comments on commit fd09a5b

Please sign in to comment.