diff options
author | CoprDistGit <infra@openeuler.org> | 2025-03-08 12:39:08 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2025-03-08 12:39:08 +0000 |
commit | cb1bf0c29db484b3930c75f336b71baedfa6ea2d (patch) | |
tree | 0de75d8afae85706280c1ab90872f27df25e6749 /0-foonathan-memory-vendor-change-cmake-download.patch | |
parent | bd8aa531ca98d844a3c8d1fafcd2531b754cb247 (diff) |
automatic import of ros-humble-foonathan-memory-vendoropeneuler24.03_LTS
Diffstat (limited to '0-foonathan-memory-vendor-change-cmake-download.patch')
-rw-r--r-- | 0-foonathan-memory-vendor-change-cmake-download.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/0-foonathan-memory-vendor-change-cmake-download.patch b/0-foonathan-memory-vendor-change-cmake-download.patch new file mode 100644 index 0000000..8fcc8d7 --- /dev/null +++ b/0-foonathan-memory-vendor-change-cmake-download.patch @@ -0,0 +1,13 @@ +diff -Naur ros-humble-foonathan-memory-vendor-1.2.0_org/CMakeLists.txt ros-humble-foonathan-memory-vendor-1.2.0/CMakeLists.txt +--- ros-humble-foonathan-memory-vendor-1.2.0_org/CMakeLists.txt 2022-04-20 08:29:13.000000000 +0800 ++++ ros-humble-foonathan-memory-vendor-1.2.0/CMakeLists.txt 2023-04-25 11:06:06.287876659 +0800 +@@ -71,8 +71,7 @@ + endif() + + externalproject_add(foo_mem-ext +- GIT_REPOSITORY https://github.com/foonathan/memory.git +- GIT_TAG v0.7-1 ++ URL ${CMAKE_CURRENT_SOURCE_DIR}/memory-0.7-1.tar.gz + TIMEOUT 600 + # Avoid the update (git pull) and so the recompilation of foonathan_memory library each time. + UPDATE_COMMAND "" |