Skip to content

Commit

Permalink
Remove non-package from ament_target_dependencies() (#79)
Browse files Browse the repository at this point in the history
Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
  • Loading branch information
sloretz authored Jul 25, 2019
1 parent e8b4567 commit a40cd91
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rttest/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ if(${ament_cmake_FOUND})
)
if(TARGET gtest_rttest_api)
target_link_libraries(gtest_rttest_api ${exported_libraries})
ament_target_dependencies(gtest_rttest_api ${PROJECT_NAME})
endif()
endif()

Expand Down

0 comments on commit a40cd91

Please sign in to comment.