Skip to content
This repository has been archived by the owner on Jun 10, 2021. It is now read-only.

Commit

Permalink
Readd missing cmake line
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Bonnie <dbbonnie@amazon.com>
  • Loading branch information
dabonnie committed Mar 23, 2020
1 parent a0de427 commit cd31ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion statistics_collector_lib/CMakeLists.txt
Expand Up @@ -57,7 +57,7 @@ if(BUILD_TESTING)
ament_add_gtest(test_moving_average_statistics
test/moving_average_statistics/test_moving_average_statistics.cpp)
target_link_libraries(test_moving_average_statistics ${PROJECT_NAME})

ament_target_dependencies(test_moving_average_statistics rcpputils)

ament_add_gtest(test_received_message_period
test/topic_statistics_collector/test_received_message_period.cpp)
Expand Down

0 comments on commit cd31ddb

Please sign in to comment.