diff options
| author | CoprDistGit <infra@openeuler.org> | 2026-03-28 08:06:59 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2026-03-28 08:06:59 +0000 |
| commit | 3ca8da0d0011bd2baa6699ca4e52f91a064e667a (patch) | |
| tree | 510e503e9a39248ab1249d9ce478b92dd48677be /ros-humble-rtabmap-rviz-plugins-0.22.1-fix-cmake-paths.patch | |
| parent | 403870d05c6e5d27a61411d37575a6eeab7824f2 (diff) | |
automatic import of rtabmap-rviz-plugins
Diffstat (limited to 'ros-humble-rtabmap-rviz-plugins-0.22.1-fix-cmake-paths.patch')
| -rw-r--r-- | ros-humble-rtabmap-rviz-plugins-0.22.1-fix-cmake-paths.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/ros-humble-rtabmap-rviz-plugins-0.22.1-fix-cmake-paths.patch b/ros-humble-rtabmap-rviz-plugins-0.22.1-fix-cmake-paths.patch new file mode 100644 index 0000000..25b8123 --- /dev/null +++ b/ros-humble-rtabmap-rviz-plugins-0.22.1-fix-cmake-paths.patch @@ -0,0 +1,22 @@ +diff --git a/CMakeLists.txt b/CMakeLists.txt +index c1808eb..8c29544 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -7,11 +7,12 @@ endif() + + if(CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64") + # issues #1285 #1288 +- find_library( +- message_filters_LIB NAMES message_filters +- PATHS "/opt/ros/$ENV{ROS_DISTRO}/lib" +- NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH REQUIRED +- ) ++ # Note: Commented out for openEuler - hardcoded Ubuntu path not applicable ++ # find_library( ++ # message_filters_LIB NAMES message_filters ++ # PATHS "/opt/ros/$ENV{ROS_DISTRO}/lib" ++ # NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH REQUIRED ++ # ) + endif() + + find_package(ament_cmake_ros REQUIRED) |
