Skip to content

Commit

Permalink
fix(landmark_manager): changed to a shared library (autowarefoundatio…
Browse files Browse the repository at this point in the history
…n#5848)

Changed landmark_manager to a shared library

Signed-off-by: Shintaro SAKODA <[email protected]>
Signed-off-by: karishma <[email protected]>
  • Loading branch information
SakodaShintaro authored and karishma1911 committed Dec 19, 2023
1 parent d0dc899 commit 440e6c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ endif()
find_package(ament_cmake_auto REQUIRED)
ament_auto_find_build_dependencies()

ament_auto_add_library(landmark_manager
ament_auto_add_library(landmark_manager SHARED
src/landmark_manager.cpp
)

Expand Down

0 comments on commit 440e6c8

Please sign in to comment.