From cb1bf0c29db484b3930c75f336b71baedfa6ea2d Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Sat, 8 Mar 2025 12:39:08 +0000 Subject: automatic import of ros-humble-foonathan-memory-vendor --- 0-foonathan-memory-vendor-change-cmake-download.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 0-foonathan-memory-vendor-change-cmake-download.patch (limited to '0-foonathan-memory-vendor-change-cmake-download.patch') 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 "" -- cgit v1.2.3