summarylogtreecommitdiffstats
path: root/boost-fix.patch
diff options
context:
space:
mode:
authoracxz2020-05-24 17:19:58 -0400
committeracxz2020-05-24 17:19:58 -0400
commit0b4b1e8b146c0b19cd63cf62b6577c8f363fd3d8 (patch)
treee70a81848e3f39605b5920bfed7940f2a086ad87 /boost-fix.patch
parentacf6342b579935f457cf3969c0cda0817797c482 (diff)
downloadaur-ros-noetic-camera-calibration-parsers.tar.gz
upd to noetic, cmake vars, python
Diffstat (limited to 'boost-fix.patch')
-rw-r--r--boost-fix.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/boost-fix.patch b/boost-fix.patch
deleted file mode 100644
index 985ad85dc7e5..000000000000
--- a/boost-fix.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- CMakeLists.txt.orig 2019-10-12 00:51:32.023316775 -0400
-+++ CMakeLists.txt 2019-10-12 00:51:45.049983337 -0400
-@@ -4,11 +4,7 @@
- find_package(catkin REQUIRED sensor_msgs rosconsole roscpp roscpp_serialization)
-
- find_package(PythonLibs REQUIRED)
--if(PYTHONLIBS_VERSION_STRING VERSION_LESS 3)
-- find_package(Boost REQUIRED COMPONENTS filesystem python)
--else()
-- find_package(Boost REQUIRED COMPONENTS filesystem python3)
--endif()
-+find_package(Boost REQUIRED COMPONENTS filesystem python)
- include_directories(include ${catkin_INCLUDE_DIRS} ${Boost_INCLUDE_DIRS} ${PYTHON_INCLUDE_DIRS})
-
- catkin_python_setup()