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