diff --git a/CMakeLists.txt b/CMakeLists.txt index 10cd5d8..41bf784 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -78,7 +78,8 @@ if(NOT spdlog_FOUND OR "${spdlog_VERSION}" VERSION_LESS 1.5.0) build_spdlog() endif() -# TODO(blast545): This section and package.xml should be updated once copyright auto is solved. See: https://github.com/ament/ament_lint/issues/237 +# TODO(blast545): This section and package.xml should be updated once copyright auto is solved. +# See: https://github.com/ament/ament_lint/issues/237 if(BUILD_TESTING) find_package(ament_lint_auto REQUIRED) ament_lint_auto_find_test_dependencies()