diff options
author | CoprDistGit <infra@openeuler.org> | 2025-03-08 13:48:38 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2025-03-08 13:48:38 +0000 |
commit | 8e57c0cf4f36f8a98e91138ab1f903e1093fa12f (patch) | |
tree | 27b0ca754b4b6dfdaf90d3bce06ff593bb1f5393 /0-iceoryx-posh-change-cmake-download.patch | |
parent | f05ec96764fc6e1f20cd04863f0ee1346fa8ad70 (diff) |
automatic import of ros-humble-iceoryx-poshopeneuler24.03_LTS
Diffstat (limited to '0-iceoryx-posh-change-cmake-download.patch')
-rw-r--r-- | 0-iceoryx-posh-change-cmake-download.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/0-iceoryx-posh-change-cmake-download.patch b/0-iceoryx-posh-change-cmake-download.patch new file mode 100644 index 0000000..5f62f33 --- /dev/null +++ b/0-iceoryx-posh-change-cmake-download.patch @@ -0,0 +1,13 @@ +diff -Naur ros-humble-iceoryx-posh-2.0.3_org/cmake/cpptoml/cpptoml.cmake.in ros-humble-iceoryx-posh-2.0.3/cmake/cpptoml/cpptoml.cmake.in +--- ros-humble-iceoryx-posh-2.0.3_org/cmake/cpptoml/cpptoml.cmake.in 2023-04-25 15:20:09.843179069 +0800 ++++ ros-humble-iceoryx-posh-2.0.3/cmake/cpptoml/cpptoml.cmake.in 2023-04-25 15:27:45.261850484 +0800 +@@ -21,8 +21,7 @@ + + include(ExternalProject) + ExternalProject_Add(ext_cpptoml +- GIT_REPOSITORY https://github.com/skystrife/cpptoml.git +- GIT_TAG v0.1.1 ++ URL ${CMAKE_CURRENT_SOURCE_DIR}/cpptoml-0.1.1.tar.gz + SOURCE_DIR "${CMAKE_BINARY_DIR}/dependencies/cpptoml/src" + BINARY_DIR "${CMAKE_BINARY_DIR}/dependencies/cpptoml/build" + CONFIGURE_COMMAND "" |