Skip to content

Commit

Permalink
Create Buildicub-tech-iit-documentation.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Dec 4, 2024
1 parent 4314f3d commit 9340334
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions cmake/Buildicub-tech-iit-documentation.cmake
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
)

0 comments on commit 9340334

Please sign in to comment.