diff options
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 "" + ) |