From 223668fb8145dee18a01fda33ae2c9aebde53ba0 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Sat, 8 Mar 2025 14:41:58 +0000 Subject: automatic import of ros-humble-osqp-vendor --- 0-osqp-vendor-change-cmake-download.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 0-osqp-vendor-change-cmake-download.patch (limited to '0-osqp-vendor-change-cmake-download.patch') diff --git a/0-osqp-vendor-change-cmake-download.patch b/0-osqp-vendor-change-cmake-download.patch new file mode 100644 index 0000000..bc5bc6f --- /dev/null +++ b/0-osqp-vendor-change-cmake-download.patch @@ -0,0 +1,15 @@ +diff --git a/CMakeLists.txt b/CMakeLists.txt +index b17c512..ef7a27f 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -21,9 +21,7 @@ macro(build_osqp) + + include(ExternalProject) + externalproject_add(osqp-${git_tag} +- GIT_REPOSITORY https://github.com/osqp/osqp.git +- GIT_TAG ${git_tag} +- GIT_SHALLOW ON ++ URL ${CMAKE_SOURCE_DIR}/osqp-${git_tag}.tar.gz + TIMEOUT 60 + # Suppress git update due to https://gitlab.kitware.com/cmake/cmake/-/issues/16419 + UPDATE_COMMAND "" -- cgit v1.2.3