Skip to content

Commit

Permalink
Apply target properties as other tests
Browse files Browse the repository at this point in the history
  • Loading branch information
saikishor authored Nov 10, 2024
1 parent 6792bca commit 465bb9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions controller_manager/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,9 @@ if(BUILD_TESTING)
test/test_hardware_spawner.cpp
TIMEOUT 120
)
target_link_libraries(test_hardware_spawner
controller_manager
)
target_include_directories(test_hardware_spawner PRIVATE include)
target_link_libraries(test_hardware_spawner ${PROJECT_NAME})
ament_target_dependencies(test_hardware_spawner ros2_control_test_assets)

install(FILES test/test_controller_spawner_with_type.yaml
DESTINATION test)
Expand Down

0 comments on commit 465bb9e

Please sign in to comment.