-
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-ros repo with Unstable branches and compile again against YA…
…RP master in Unstable branches (#1547) * Add yarp-ros repo with Unstable branches * Fix * Update ProjectsTagsUnstable.cmake * Drop support for Debian Buster 10 when compiling with apt dependencies * Switch to use CMake from Kitware repo for Ubuntu 20.04 * Update ci.yml * Update ci.yml * Update ci.yml * Create Buildyarp-ros-devices.cmake * Add ROBOTOLOGY_SUPERBUILD_BUILD_SEPARATE_YARP_ROS option * Delete cmake/Buildyarp-ros-devices.cmake * Update Buildyarp-devices-ros.cmake * Update ci.yml * Update ci.yml * Update install_debian.sh * Update ci.yml * Update ci.yml * Update README.md * Update ci.yml * Update README.md * fixup * Update RobotologySuperbuildOptions.cmake * Update RobotologySuperbuildOptions.cmake * fixup * Update Buildbipedal-locomotion-framework.cmake * Fix PATH definition for yarp-ros * Add back yarp-ros dependency in HDE * Fix vcpkg workaround for yarp-ros * Source setup.sh before build in conda CI * Document that the setup script needs to be called before running the build * Fix CI * Update ci.yml * Update README.md
- Loading branch information
1 parent
2b322b5
commit 7a70c65
Showing
12 changed files
with
99 additions
and
35 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
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
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
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
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,16 @@ | ||
# Copyright (C) 2023 Fondazione Istituto Italiano di Tecnologia | ||
# Authors: Silvio Traversaro <[email protected]> | ||
# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT | ||
|
||
include(YCMEPHelper) | ||
include(FindOrBuildPackage) | ||
|
||
find_or_build_package(YARP QUIET) | ||
|
||
ycm_ep_helper(yarp-ros TYPE GIT | ||
STYLE GITHUB | ||
REPOSITORY robotology/yarp-ros.git | ||
TAG master | ||
COMPONENT core | ||
FOLDER src | ||
DEPENDS YARP) |
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
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