-
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.
Add icub-firmware-build to icub-head profile
- Loading branch information
1 parent
7dda345
commit fc0f620
Showing
2 changed files
with
22 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 @@ | ||
# SPDX-FileCopyrightText: Fondazione Istituto Italiano di Tecnologia (IIT) | ||
# SPDX-License-Identifier: BSD-3-Clause | ||
|
||
include(YCMEPHelper) | ||
include(FindOrBuildPackage) | ||
|
||
# The SHALLOW TRUE option in ycm_ep_helper translates to GIT_SHALLOW | ||
# passed to ExternalProject_Add, that only works for branches and tags | ||
# if you need to set icub-firmware-build_TAG to a commit hash, then also set | ||
# icub-firmware-build_SHALLOW to FALSE, to override the SHALLOW TRUE option | ||
ycm_ep_helper(icub-firmware-build TYPE GIT | ||
STYLE GITHUB | ||
REPOSITORY robotology/icub-firmware-build.git | ||
COMPONENT iCub | ||
FOLDER src | ||
SHALLOW TRUE) | ||
|
||
# We want to make sure that the conda package is called icub-firmware, | ||
# as it is the output of the robotology/icub-firmware repo, the | ||
# icub-firmware-build repo is just a place where binaries are hosted | ||
set(icub-firmware-build_CONDA_PKG_NAME icub-firmware) |
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