Skip to content

Commit 70ca2ea

Browse files
committed
fix(CMake): enable catkin_lint again
1 parent 7957dbf commit 70ca2ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ install(
9898
# Testing
9999
# ------------------------------------------------------------------------------------------------
100100
if (CATKIN_ENABLE_TESTING)
101-
#find_package(catkin_lint_cmake REQUIRED)
102-
#catkin_add_catkin_lint_test("-W2 --ignore HEADER_OUTSIDE_PACKAGE_INCLUDE_PATH")
101+
find_package(catkin_lint_cmake REQUIRED)
102+
catkin_add_catkin_lint_test("-W2 --ignore HEADER_OUTSIDE_PACKAGE_INCLUDE_PATH")
103103

104104
# Utils unit tests (no models needed)
105105
catkin_add_gtest(yolo_test test/yolo_test.cpp)

0 commit comments

Comments
 (0)