-
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 yarp-devices-ros2, xsens-moveit2 and icub-tech-iit-documentation …
…to latest.release.yaml (#1750)
- Loading branch information
1 parent
695e4d5
commit eecd8c8
Showing
3 changed files
with
31 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,18 @@ | ||
# SPDX-FileCopyrightText: Fondazione Istituto Italiano di Tecnologia (IIT) | ||
# SPDX-License-Identifier: BSD-3-Clause | ||
|
||
include(YCMEPHelper) | ||
include(FindOrBuildPackage) | ||
|
||
ycm_ep_helper(icub-tech-iit-documentation TYPE GIT | ||
STYLE GITHUB | ||
REPOSITORY icub-tech-iit/documentation.git | ||
COMPONENT iCub | ||
FOLDER src | ||
# Just some dummy commands that exists on all operating systems | ||
# as we do not actually want to build anything for this repo, | ||
# just to clone it | ||
CONFIGURE_COMMAND ${CMAKE_COMMAND} --version | ||
BUILD_COMMAND ${CMAKE_COMMAND} --version | ||
INSTALL_COMMAND ${CMAKE_COMMAND} --version | ||
) |
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