diff options
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() + |