Skip to content

Commit

Permalink
fix: change autoware_node from a static library to a shared library (#…
Browse files Browse the repository at this point in the history
…121)

Signed-off-by: Shintaro Sakoda <[email protected]>
  • Loading branch information
SakodaShintaro authored Dec 11, 2024
1 parent e285c8b commit a7e470a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/autoware_node/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project(autoware_node)
find_package(autoware_cmake REQUIRED)
autoware_package()

ament_auto_add_library(${PROJECT_NAME} src/node.cpp)
ament_auto_add_library(${PROJECT_NAME} SHARED src/node.cpp)

if(BUILD_TESTING)
file(GLOB_RECURSE TEST_FILES test/*.cpp)
Expand Down

0 comments on commit a7e470a

Please sign in to comment.