diff options
author | CoprDistGit <infra@openeuler.org> | 2025-03-08 15:50:15 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2025-03-08 15:50:15 +0000 |
commit | 127462e07940466470c3dac431351cfff61fae2b (patch) | |
tree | 2837d229577ac088642faa3aa8dc47a6d2d8e0f9 /0-qpoases-vendor-change-cmake-download.patch | |
parent | 0e2eae207566f9cda9c1029ccd31bbeeff4dda00 (diff) |
automatic import of ros-humble-qpoases-vendoropeneuler24.03_LTS
Diffstat (limited to '0-qpoases-vendor-change-cmake-download.patch')
-rw-r--r-- | 0-qpoases-vendor-change-cmake-download.patch | 14 |
1 files changed, 14 insertions, 0 deletions
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 "" + ) |