We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c6d9b8 commit 47057c3Copy full SHA for 47057c3
tf2_bullet/CMakeLists.txt
@@ -28,13 +28,16 @@ install(DIRECTORY include/${PROJECT_NAME}/
28
)
29
30
if(BUILD_TESTING)
31
- find_package(ament_lint_auto REQUIRED)
32
- find_package(ament_cmake_cppcheck REQUIRED)
33
list(APPEND AMENT_LINT_AUTO_EXCLUDE
34
ament_cmake_cppcheck
+ ament_cmake_uncrustify
35
+ find_package(ament_lint_auto REQUIRED)
36
+ find_package(ament_cmake_uncrustify REQUIRED)
37
+ find_package(ament_cmake_cppcheck REQUIRED)
38
ament_lint_auto_find_test_dependencies()
- ament_cppcheck(LANGUAGE c++)
39
+ ament_cppcheck(LANGUAGE "c++")
40
+ ament_uncrustify(LANGUAGE "c++")
41
42
find_package(ament_cmake_gtest REQUIRED)
43
ament_add_gtest(test_bullet test/test_tf2_bullet.cpp)
0 commit comments