summarylogtreecommitdiffstats
path: root/CMakeLists-signal.patch
diff options
context:
space:
mode:
authorFelix Exner2020-06-04 21:52:27 +0200
committerFelix Exner2020-06-04 21:56:44 +0200
commit1e215ee4681b6ba48b3b1893532b5324dc2523ed (patch)
tree878a3e5d5a8961a268d45bac9eb1f3a0b376dbfe /CMakeLists-signal.patch
parent5cecd5e23abb02e12337013c855c871eed54a3ed (diff)
downloadaur-1e215ee4681b6ba48b3b1893532b5324dc2523ed.tar.gz
Update version to 1.8.11
Also remove patch that isn't needed anymore as the changes are merged in upstream.
Diffstat (limited to 'CMakeLists-signal.patch')
-rw-r--r--CMakeLists-signal.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/CMakeLists-signal.patch b/CMakeLists-signal.patch
deleted file mode 100644
index 756b2b678263..000000000000
--- a/CMakeLists-signal.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- CMakeLists.txt.old 2019-06-12 15:05:37.559918718 -0400
-+++ CMakeLists.txt 2019-06-12 15:06:14.116583763 -0400
-@@ -9,7 +9,7 @@
- laser_geometry pluginlib angles)
-
- find_package(catkin REQUIRED COMPONENTS ${THIS_PACKAGE_ROS_DEPS})
--find_package(Boost REQUIRED COMPONENTS system signals)
-+find_package(Boost REQUIRED COMPONENTS system)
- include_directories(include ${catkin_INCLUDE_DIRS} ${Boost_INCLUDE_DIRS})
-
- ##############################################################################