Skip to content

Commit

Permalink
Fix CMP0115 (#1830)
Browse files Browse the repository at this point in the history
(cherry picked from commit 434f7f5)

# Conflicts:
#	controller_manager/CMakeLists.txt
  • Loading branch information
christophfroehlich authored and mergify[bot] committed Nov 4, 2024
1 parent 13aed56 commit ce8b392
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions controller_manager/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,21 @@ if(BUILD_TESTING)
ros2_control_test_assets::ros2_control_test_assets
)

<<<<<<< HEAD
=======
ament_add_gmock(test_hardware_spawner
test/test_hardware_spawner.cpp
TIMEOUT 120
)
target_link_libraries(test_hardware_spawner
controller_manager
ros2_control_test_assets::ros2_control_test_assets
)

install(FILES test/test_controller_spawner_with_fallback_controllers.yaml
DESTINATION test)

>>>>>>> 434f7f5 (Fix CMP0115 (#1830))
install(FILES test/test_controller_spawner_with_type.yaml
DESTINATION test)

Expand Down

0 comments on commit ce8b392

Please sign in to comment.