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 cf48f73 commit fd81a62Copy full SHA for fd81a62
wire_state_estimators/CMakeLists.txt
@@ -1,6 +1,9 @@
1
cmake_minimum_required(VERSION 3.0.2)
2
project(wire_state_estimators)
3
4
+add_compile_options(-Wall -Werror=all)
5
+add_compile_options(-Wextra -Werror=extra)
6
+
7
## Find catkin macros and libraries
8
## if COMPONENTS list like find_package(catkin REQUIRED COMPONENTS xyz)
9
## is used, also find other catkin packages
0 commit comments