Skip to content

Commit 47057c3

Browse files
committed
fix bullet uncrustify
1 parent 9c6d9b8 commit 47057c3

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

tf2_bullet/CMakeLists.txt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,16 @@ install(DIRECTORY include/${PROJECT_NAME}/
2828
)
2929

3030
if(BUILD_TESTING)
31-
find_package(ament_lint_auto REQUIRED)
32-
find_package(ament_cmake_cppcheck REQUIRED)
3331
list(APPEND AMENT_LINT_AUTO_EXCLUDE
3432
ament_cmake_cppcheck
33+
ament_cmake_uncrustify
3534
)
35+
find_package(ament_lint_auto REQUIRED)
36+
find_package(ament_cmake_uncrustify REQUIRED)
37+
find_package(ament_cmake_cppcheck REQUIRED)
3638
ament_lint_auto_find_test_dependencies()
37-
ament_cppcheck(LANGUAGE c++)
39+
ament_cppcheck(LANGUAGE "c++")
40+
ament_uncrustify(LANGUAGE "c++")
3841

3942
find_package(ament_cmake_gtest REQUIRED)
4043
ament_add_gtest(test_bullet test/test_tf2_bullet.cpp)

0 commit comments

Comments
 (0)