You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-ros/robot_localization/files/nowerror.patch

14 lines
562 B

Index: robot_localization-2.6.2/CMakeLists.txt
===================================================================
--- robot_localization-2.6.2.orig/CMakeLists.txt
+++ robot_localization-2.6.2/CMakeLists.txt
@@ -36,7 +36,7 @@ if(NOT EIGEN3_FOUND)
set(EIGEN_PACKAGE Eigen)
endif()
-set_directory_properties(PROPERTIES COMPILE_OPTIONS "-std=c++14;-Wall;-Werror")
+set_directory_properties(PROPERTIES COMPILE_OPTIONS "-std=c++14;-Wall")
add_definitions(-DEIGEN_NO_DEBUG -DEIGEN_MPL2_ONLY)
set(ROSLINT_CPP_OPTS "--filter=-build/c++11,-runtime/references")