summaryrefslogtreecommitdiff
path: root/0-ignition-cmake2-vendor-change-cmake-download.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2025-03-08 13:55:23 +0000
committerCoprDistGit <infra@openeuler.org>2025-03-08 13:55:23 +0000
commit281ec8bc10ba15e4b805112b8c71ade80449e93a (patch)
tree914681f07fccedd2b8c6f32b84aed27ac716c40a /0-ignition-cmake2-vendor-change-cmake-download.patch
parentcb1adf999f909124ea694af280784a5d9c15795f (diff)
automatic import of ros-humble-ignition-cmake2-vendoropeneuler24.03_LTS
Diffstat (limited to '0-ignition-cmake2-vendor-change-cmake-download.patch')
-rw-r--r--0-ignition-cmake2-vendor-change-cmake-download.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/0-ignition-cmake2-vendor-change-cmake-download.patch b/0-ignition-cmake2-vendor-change-cmake-download.patch
new file mode 100644
index 0000000..e79172f
--- /dev/null
+++ b/0-ignition-cmake2-vendor-change-cmake-download.patch
@@ -0,0 +1,14 @@
+diff -Naur ros-humble-ignition-cmake2-vendor-0.0.2_org/CMakeLists.txt ros-humble-ignition-cmake2-vendor-0.0.2/CMakeLists.txt
+--- ros-humble-ignition-cmake2-vendor-0.0.2_org/CMakeLists.txt 2023-04-30 22:23:17.836615593 +0800
++++ ros-humble-ignition-cmake2-vendor-0.0.2/CMakeLists.txt 2023-04-30 22:23:56.536590326 +0800
+@@ -55,9 +55,7 @@
+ include(ExternalProject)
+
+ externalproject_add(ignition-cmake2-${IGNITION_CMAKE2_TARGET_VERSION}
+- GIT_REPOSITORY https://github.com/ignitionrobotics/ign-cmake.git
+- GIT_TAG ignition-cmake2_${IGNITION_CMAKE2_TARGET_VERSION}
+- GIT_CONFIG advice.detachedHead=false
++ URL ${CMAKE_CURRENT_SOURCE_DIR}/ignition-cmake2_2.8.0.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 ""