From 127462e07940466470c3dac431351cfff61fae2b Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Sat, 8 Mar 2025 15:50:15 +0000 Subject: automatic import of ros-humble-qpoases-vendor --- 0-qpoases-vendor-change-cmake-download.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 0-qpoases-vendor-change-cmake-download.patch (limited to '0-qpoases-vendor-change-cmake-download.patch') diff --git a/0-qpoases-vendor-change-cmake-download.patch b/0-qpoases-vendor-change-cmake-download.patch new file mode 100644 index 0000000..5def51a --- /dev/null +++ b/0-qpoases-vendor-change-cmake-download.patch @@ -0,0 +1,14 @@ +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 54a6521..86884ab 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -7,8 +7,7 @@ ament_auto_find_build_dependencies() + + include(ExternalProject) + ExternalProject_Add(qpoases_3_2 +- SVN_REPOSITORY https://projects.coin-or.org/svn/qpOASES/stable/3.2 +- SVN_TRUST_CERT TRUE ++ URL ${CMAKE_CURRENT_SOURCE_DIR}/qpoases_3_2/3.2.0.tar.gz + BUILD_IN_SOURCE TRUE + INSTALL_COMMAND "" + ) -- cgit v1.2.3