Skip to content

Commit

Permalink
Enable common linters for rcl_logging_noop.
Browse files Browse the repository at this point in the history
  • Loading branch information
nuclearsandwich committed May 6, 2019
1 parent 464fa4f commit 0509c7d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rcl_logging_noop/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ ament_target_dependencies(${PROJECT_NAME}
rcutils
)

if (BUILD_TESTING)
find_package(ament_lint_auto REQUIRED)
ament_lint_auto_find_test_dependencies()
endif()

install(TARGETS ${PROJECT_NAME}
ARCHIVE DESTINATION lib
Expand Down

0 comments on commit 0509c7d

Please sign in to comment.