diff options
author | CoprDistGit <infra@openeuler.org> | 2025-03-08 17:36:47 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2025-03-08 17:36:47 +0000 |
commit | fa6917f6481f85523fcf1318b11d95ad3a8e6e00 (patch) | |
tree | a999b4d5802d49b1bf6394c132726abef73e10a6 /0-shard-queues-vendor-change-cmake-download.patch | |
parent | d2eec178ae8ac1f48244bcad9ff3ca62e6eb3266 (diff) |
automatic import of ros-humble-shared-queues-vendoropeneuler24.03_LTS
Diffstat (limited to '0-shard-queues-vendor-change-cmake-download.patch')
-rw-r--r-- | 0-shard-queues-vendor-change-cmake-download.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/0-shard-queues-vendor-change-cmake-download.patch b/0-shard-queues-vendor-change-cmake-download.patch new file mode 100644 index 0000000..c274921 --- /dev/null +++ b/0-shard-queues-vendor-change-cmake-download.patch @@ -0,0 +1,21 @@ +diff -Naur ros-humble-shared-queues-vendor-0.15.4_org/CMakeLists.txt ros-humble-shared-queues-vendor-0.15.4/CMakeLists.txt +--- ros-humble-shared-queues-vendor-0.15.4_org/CMakeLists.txt 2023-04-24 09:48:32.602033696 +0800 ++++ ros-humble-shared-queues-vendor-0.15.4/CMakeLists.txt 2023-04-24 09:50:20.619616042 +0800 +@@ -13,7 +13,7 @@ + ExternalProject_Add(ext-singleproducerconsumer + PREFIX singleproducerconsumer + DOWNLOAD_DIR ${CMAKE_CURRENT_BINARY_DIR}/download +- URL https://github.com/cameron314/readerwriterqueue/archive/ef7dfbf553288064347d51b8ac335f1ca489032a.zip ++ URL ${CMAKE_CURRENT_SOURCE_DIR}/ef7dfbf553288064347d51b8ac335f1ca489032a.zip + URL_MD5 64c673dd381b8fae9254053ad7b2be4d + TIMEOUT 60 + INSTALL_DIR ${CMAKE_CURRENT_BINARY_DIR} +@@ -26,7 +26,7 @@ + ExternalProject_Add(ext-concurrentqueue + PREFIX concurrentqueue + DOWNLOAD_DIR ${CMAKE_CURRENT_BINARY_DIR}/download +- URL https://github.com/cameron314/concurrentqueue/archive/8f65a8734d77c3cc00d74c0532efca872931d3ce.zip ++ URL ${CMAKE_CURRENT_SOURCE_DIR}/8f65a8734d77c3cc00d74c0532efca872931d3ce.zip + URL_MD5 71a0d932cc89150c2ade85f0d9cac9dc + TIMEOUT 60 + INSTALL_DIR ${CMAKE_CURRENT_BINARY_DIR} |