File tree Expand file tree Collapse file tree 2 files changed +11
-37
lines changed Expand file tree Collapse file tree 2 files changed +11
-37
lines changed Original file line number Diff line number Diff line change @@ -69,15 +69,17 @@ if(${ROS_VERSION} EQUAL 2)
6969 FILES_MATCHING PATTERN "*ros2*"
7070 )
7171
72- if (BUILD_TESTING)
73- find_package (ament_lint_auto REQUIRED)
74- set (ament_cmake_cpplint_FOUND TRUE )
75- ament_lint_auto_find_test_dependencies()
76-
77- find_package (ament_cmake_gtest REQUIRED)
78- ament_add_gtest(test_fixed_primitive test /test_fixed_primitive.cpp)
79- target_link_libraries (test_fixed_primitive ${PROJECT_NAME} _lib)
80- endif ()
72+ # if(BUILD_TESTING)
73+ # find_package(ament_lint_auto REQUIRED)
74+ # # the following line skips the linter which checks for copyrights
75+ # # comment the line when a copyright and license is added to all source files
76+ # set(ament_cmake_copyright_FOUND TRUE)
77+ # # the following line skips cpplint (only works in a git repo)
78+ # # comment the line when this package is in a git repo and when
79+ # # a copyright and license is added to all source files
80+ # set(ament_cmake_cpplint_FOUND TRUE)
81+ # ament_lint_auto_find_test_dependencies()
82+ # endif()
8183
8284 ament_package()
8385
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments