diff options
author | CoprDistGit <infra@openeuler.org> | 2025-03-08 13:49:11 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2025-03-08 13:49:11 +0000 |
commit | 79aa3c115fb4f20ad438ec84f29e48b9a7cbea94 (patch) | |
tree | bc1f2fa06bdd378031e9f017db3b22009d1bda9d /0-ignition-math6-vendor-change-cmake-download.patch | |
parent | 669e31a17c51550b64a3257853ceaa5f1e85db63 (diff) |
automatic import of ros-humble-ignition-math6-vendoropeneuler24.03_LTS
Diffstat (limited to '0-ignition-math6-vendor-change-cmake-download.patch')
-rw-r--r-- | 0-ignition-math6-vendor-change-cmake-download.patch | 14 |
1 files changed, 14 insertions, 0 deletions
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 "" |