Skip to content

Commit

Permalink
Revert "add missing compiler definitions of RCLCPP_VERSION_MAJOR (ros…
Browse files Browse the repository at this point in the history
…-controls#1440)"

This reverts commit 09cebfe.
  • Loading branch information
saikishor committed Mar 18, 2024
1 parent 20e01d8 commit cd6dbe3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion controller_interface/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ find_package(ament_cmake REQUIRED)
foreach(Dependency IN ITEMS ${THIS_PACKAGE_INCLUDE_DEPENDS})
find_package(${Dependency} REQUIRED)
endforeach()
add_compile_definitions(RCLCPP_VERSION_MAJOR=${rclcpp_lifecycle_VERSION_MAJOR})

add_library(controller_interface SHARED
src/controller_interface_base.cpp
Expand Down
1 change: 0 additions & 1 deletion controller_manager/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ find_package(backward_ros REQUIRED)
foreach(Dependency IN ITEMS ${THIS_PACKAGE_INCLUDE_DEPENDS})
find_package(${Dependency} REQUIRED)
endforeach()
add_compile_definitions(RCLCPP_VERSION_MAJOR=${rclcpp_VERSION_MAJOR})

add_library(controller_manager SHARED
src/controller_manager.cpp
Expand Down

0 comments on commit cd6dbe3

Please sign in to comment.