diff options
| author | CoprDistGit <infra@openeuler.org> | 2026-04-06 14:28:37 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2026-04-06 14:28:37 +0000 |
| commit | 38046501643066b6a5a6af616af8176b51673050 (patch) | |
| tree | dcdad69cc256b391c4275f5f6f453bb166884c7d /ros-humble-rtabmap-rviz-plugins-0.22.1-fix-cmake-paths.patch | |
| parent | bb331acfb70d1c80878b0f78e703ce73af882e5b (diff) | |
automatic import of rtabmap-rviz-pluginsopeneuler24.03_LTS
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) |
