We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ffbd5b commit b57941bCopy full SHA for b57941b
robotiq_hande_driver/CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.16)
2
project(robotiq_hande_driver)
3
4
if(CMAKE_CXX_COMPILER_ID MATCHES "(GNU|Clang)")
5
- add_compile_options(-Wall -Wextra -Wpedantic)
+ add_compile_options(-Wall -Wextra -Wpedantic -Werror)
6
endif()
7
8
set(HW_IF_INCLUDE_DEPENDS fmt hardware_interface pluginlib rclcpp
0 commit comments