-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ac6952e
commit b6fbe87
Showing
4 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Copyright (C) Fondazione Istituto Italiano di Tecnologia | ||
# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT | ||
include(YCMEPHelper) | ||
include(FindOrBuildPackage) | ||
|
||
find_or_build_package(osqp QUIET) | ||
|
||
ycm_ep_helper(osqp-matlab TYPE GIT | ||
STYLE GITHUB | ||
REPOSITORY dic-iit/osqp-matlab-cmake-buildsystem.git | ||
TAG main | ||
COMPONENT dynamics | ||
FOLDER src | ||
CMAKE_ARGS -DOSQP_MATLAB_USES_MATLAB:BOOL=${ROBOTOLOGY_USES_MATLAB} | ||
DEPENDS osqp) | ||
|
||
# Metadata for conda package generation | ||
# If we do not set the package name, by default the repo name would be used | ||
# so in this case osqp-matlab-cmake-buildsystem that is not descriptive of the | ||
# generated artifact that is contained in the conda package | ||
set(osqp-matlab_CONDA_PKG_NAME "osqp-matlab") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -183,3 +183,4 @@ repositories: | |
type: git | ||
url: https://github.com/robotology/diagnostic-daemon.git | ||
version: v1.0.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters