From 79aa3c115fb4f20ad438ec84f29e48b9a7cbea94 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Sat, 8 Mar 2025 13:49:11 +0000 Subject: automatic import of ros-humble-ignition-math6-vendor --- 0-ignition-math6-vendor-change-cmake-download.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 0-ignition-math6-vendor-change-cmake-download.patch (limited to '0-ignition-math6-vendor-change-cmake-download.patch') diff --git a/0-ignition-math6-vendor-change-cmake-download.patch b/0-ignition-math6-vendor-change-cmake-download.patch new file mode 100644 index 0000000..5310497 --- /dev/null +++ b/0-ignition-math6-vendor-change-cmake-download.patch @@ -0,0 +1,14 @@ +diff -Naur ros-humble-ignition-math6-vendor-0.0.2_org/CMakeLists.txt ros-humble-ignition-math6-vendor-0.0.2/CMakeLists.txt +--- ros-humble-ignition-math6-vendor-0.0.2_org/CMakeLists.txt 2023-04-30 22:13:16.830547196 +0800 ++++ ros-humble-ignition-math6-vendor-0.0.2/CMakeLists.txt 2023-04-30 22:13:46.906092327 +0800 +@@ -51,9 +51,7 @@ + include(ExternalProject) + + externalproject_add(ignition-math6-${IGNITION_MATH6_TARGET_VERSION} +- GIT_REPOSITORY https://github.com/ignitionrobotics/ign-math.git +- GIT_TAG ignition-math6_${IGNITION_MATH6_TARGET_VERSION} +- GIT_CONFIG advice.detachedHead=false ++ URL ${CMAKE_CURRENT_SOURCE_DIR}/ignition-math6_6.9.2.tar.gz + # Suppress git update due to https://gitlab.kitware.com/cmake/cmake/-/issues/16419 + # See https://github.com/ament/uncrustify_vendor/pull/22 for details + UPDATE_COMMAND "" -- cgit v1.2.3