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 c8da8f3 commit 7e868a7Copy full SHA for 7e868a7
CMakeLists.txt
@@ -98,8 +98,8 @@ install(
98
# Testing
99
# ------------------------------------------------------------------------------------------------
100
if (CATKIN_ENABLE_TESTING)
101
- #find_package(catkin_lint_cmake REQUIRED)
102
- #catkin_add_catkin_lint_test("-W2 --ignore HEADER_OUTSIDE_PACKAGE_INCLUDE_PATH")
+ find_package(catkin_lint_cmake REQUIRED)
+ catkin_add_catkin_lint_test("-W2 --ignore HEADER_OUTSIDE_PACKAGE_INCLUDE_PATH")
103
104
# Utils unit tests (no models needed)
105
catkin_add_gtest(yolo_test test/yolo_test.cpp)
0 commit comments