File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ find_package(ament_cmake REQUIRED)
1515foreach (Dependency IN ITEMS ${THIS_PACKAGE_INCLUDE_DEPENDS} )
1616 find_package (${Dependency} REQUIRED)
1717endforeach ()
18+ add_compile_definitions (RCLCPP_VERSION_MAJOR=${rclcpp_lifecycle_VERSION_MAJOR} )
1819
1920add_library (controller_interface SHARED
2021 src/controller_interface_base.cpp
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ find_package(backward_ros REQUIRED)
2525foreach (Dependency IN ITEMS ${THIS_PACKAGE_INCLUDE_DEPENDS} )
2626 find_package (${Dependency} REQUIRED)
2727endforeach ()
28+ add_compile_definitions (RCLCPP_VERSION_MAJOR=${rclcpp_VERSION_MAJOR} )
2829
2930add_library (controller_manager SHARED
3031 src/controller_manager.cpp
You can’t perform that action at this time.
0 commit comments