Skip to content

Commit 9f0d167

Browse files
committed
fix: Make sure that hardware interface is built as a shared library
1 parent 6998235 commit 9f0d167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

myactuator_rmd_hardware/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ find_package(pluginlib REQUIRED)
1212
find_package(rclcpp REQUIRED)
1313
find_package(rclcpp_lifecycle REQUIRED)
1414

15-
add_library(${PROJECT_NAME}
15+
add_library(${PROJECT_NAME} SHARED
1616
src/myactuator_rmd_hardware_interface.cpp
1717
)
1818
target_compile_features(${PROJECT_NAME} PUBLIC

0 commit comments

Comments
 (0)