-
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.
Merge pull request #1560 from robotology/fix863
Ensure that icub-firmware and icub-firmware-models get updated by the update-latest-releases GitHub Action
- Loading branch information
Showing
6 changed files
with
55 additions
and
5 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
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-firmware-models TYPE GIT | ||
STYLE GITHUB | ||
REPOSITORY robotology/icub-firmware-models.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
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-firmware TYPE GIT | ||
STYLE GITHUB | ||
REPOSITORY robotology/icub-firmware.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
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