summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2020-07-15 18:02:21 +0200
committerAlexis Ballier <aballier@gentoo.org>2020-07-15 18:57:10 +0200
commit7ba6c17e3aa39980a5b79790d1fbbfec7dcf8450 (patch)
tree0b9bcd5a8e94e23dad99d537d97391161e9f0c10 /dev-ros/robot_localization/files
parentdev-ros/robot_pose_ekf: Remove old (diff)
downloadgentoo-7ba6c17e3aa39980a5b79790d1fbbfec7dcf8450.tar.gz
gentoo-7ba6c17e3aa39980a5b79790d1fbbfec7dcf8450.tar.bz2
gentoo-7ba6c17e3aa39980a5b79790d1fbbfec7dcf8450.zip
dev-ros/robot_localization: bump to 2.6.8
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/robot_localization/files')
-rw-r--r--dev-ros/robot_localization/files/nowerror.patch18
1 files changed, 9 insertions, 9 deletions
diff --git a/dev-ros/robot_localization/files/nowerror.patch b/dev-ros/robot_localization/files/nowerror.patch
index 936ad259bc6f..31feb81abecd 100644
--- a/dev-ros/robot_localization/files/nowerror.patch
+++ b/dev-ros/robot_localization/files/nowerror.patch
@@ -1,13 +1,13 @@
-Index: robot_localization-2.6.2/CMakeLists.txt
+Index: robot_localization-2.6.8/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()
+--- robot_localization-2.6.8.orig/CMakeLists.txt
++++ robot_localization-2.6.8/CMakeLists.txt
+@@ -44,7 +44,7 @@ endif()
+ set(CMAKE_CXX_STANDARD 14)
--set_directory_properties(PROPERTIES COMPILE_OPTIONS "-std=c++14;-Wall;-Werror")
-+set_directory_properties(PROPERTIES COMPILE_OPTIONS "-std=c++14;-Wall")
+ if(NOT MSVC)
+- set_directory_properties(PROPERTIES COMPILE_OPTIONS "-Wall;-Werror")
++ set_directory_properties(PROPERTIES COMPILE_OPTIONS "-Wall")
+ endif()
add_definitions(-DEIGEN_NO_DEBUG -DEIGEN_MPL2_ONLY)
- set(ROSLINT_CPP_OPTS "--filter=-build/c++11,-runtime/references")