We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a99a101 commit aa7eb07Copy full SHA for aa7eb07
yolo_bringup/CMakeLists.txt
@@ -1,10 +1,6 @@
1
cmake_minimum_required(VERSION 3.8)
2
project(yolo_bringup)
3
4
-if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
5
- add_compile_options(-Wall -Wextra -Wpedantic)
6
-endif()
7
-
8
# find dependencies
9
find_package(ament_cmake REQUIRED)
10
yolo_bringup/package.xml
@@ -9,9 +9,6 @@
<buildtool_depend>ament_cmake</buildtool_depend>
11
12
- <test_depend>ament_lint_auto</test_depend>
13
- <test_depend>ament_lint_common</test_depend>
14
15
<depend>yolo_ros</depend>
16
17
<export>
0 commit comments