diff options
author | CoprDistGit <infra@openeuler.org> | 2025-03-08 17:53:48 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2025-03-08 17:53:48 +0000 |
commit | d1a19271084dc09d7f507eb664099aade3763bcb (patch) | |
tree | 1b050e37264beb1b61b12d04cb49bd32bdc7d1cc /0-ign-gazebo-fix-version.patch | |
parent | 45fba904a6515e590f30da766963aaa29a196c59 (diff) |
automatic import of ros-humble-ros-ign-gazeboopeneuler24.03_LTS
Diffstat (limited to '0-ign-gazebo-fix-version.patch')
-rw-r--r-- | 0-ign-gazebo-fix-version.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/0-ign-gazebo-fix-version.patch b/0-ign-gazebo-fix-version.patch new file mode 100644 index 0000000..611445a --- /dev/null +++ b/0-ign-gazebo-fix-version.patch @@ -0,0 +1,12 @@ +diff -Naur ros-humble-ros-ign-gazebo-0.244.9/CMakeLists.txt ros-humble-ros-ign-gazebo-0.244.9_new/CMakeLists.txt +--- ros-humble-ros-ign-gazebo-0.244.9/CMakeLists.txt 2022-11-03 20:52:30.000000000 +0800 ++++ ros-humble-ros-ign-gazebo-0.244.9_new/CMakeLists.txt 2023-11-20 14:52:55.000000000 +0800 +@@ -38,7 +38,7 @@ + message(STATUS "Compiling against Gazebo Garden") + # Default to Fortress + else() +- find_package(ignition-gazebo6 REQUIRED) ++ find_package(gazebo REQUIRED) + message(STATUS "Compiling against Gazebo Fortress") + endif() + |