summaryrefslogtreecommitdiff
path: root/ros-humble-rtabmap-sync-0.22.1-fix-cmake-paths.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2026-03-28 08:06:59 +0000
committerCoprDistGit <infra@openeuler.org>2026-03-28 08:06:59 +0000
commit469986cd8011985486e0d081850a1f3705da74ec (patch)
tree1fcd78151565f73b50294d51fb021c24b44cacb3 /ros-humble-rtabmap-sync-0.22.1-fix-cmake-paths.patch
parentb1e602a5acb4f5ccd8db9cf969c4de7c4888814e (diff)
automatic import of rtabmap-sync
Diffstat (limited to 'ros-humble-rtabmap-sync-0.22.1-fix-cmake-paths.patch')
-rw-r--r--ros-humble-rtabmap-sync-0.22.1-fix-cmake-paths.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/ros-humble-rtabmap-sync-0.22.1-fix-cmake-paths.patch b/ros-humble-rtabmap-sync-0.22.1-fix-cmake-paths.patch
index 4d2359b..232c0da 100644
--- a/ros-humble-rtabmap-sync-0.22.1-fix-cmake-paths.patch
+++ b/ros-humble-rtabmap-sync-0.22.1-fix-cmake-paths.patch
@@ -1,7 +1,8 @@
-diff -Naur rtabmap-sync-0.22.1_orig/CMakeLists.txt rtabmap-sync-0.22.1/CMakeLists.txt
---- rtabmap-sync-0.22.1_orig/CMakeLists.txt 2024-01-01 00:00:00.000000000 +0800
-+++ rtabmap-sync-0.22.1/CMakeLists.txt 2024-01-01 00:00:00.000000000 +0800
-@@ -3,16 +3,18 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 5bbf39f..9bc566f 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -3,16 +3,17 @@ project(rtabmap_sync)
if(CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64")
# issues #1285 #1288
@@ -15,8 +16,7 @@ diff -Naur rtabmap-sync-0.22.1_orig/CMakeLists.txt rtabmap-sync-0.22.1/CMakeList
- PATHS "/usr/lib/${CMAKE_SYSTEM_PROCESSOR}-linux-gnu"
- NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH REQUIRED
- )
-+ # Note: Modified for openEuler - commented out hardcoded find_library paths
-+ # The default CMake find_library mechanism works correctly on openEuler
++ # Note: Commented out for openEuler - hardcoded Ubuntu path not applicable
+ # find_library(
+ # builtin_interfaces__rosidl_generator_c_LIB NAMES builtin_interfaces__rosidl_generator_c
+ # PATHS "/opt/ros/$ENV{ROS_DISTRO}/lib"