Skip to content

Commit

Permalink
Create BuildResolveRoboticsURICpp.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Feb 3, 2025
1 parent f57285f commit 8784f1f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions cmake/BuildResolveRoboticsURICpp.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# SPDX-FileCopyrightText: Fondazione Istituto Italiano di Tecnologia (IIT)
# SPDX-License-Identifier: BSD-3-Clause

include(YCMEPHelper)
include(FindOrBuildPackage)

ycm_ep_helper(ResolveRoboticsURICpp TYPE GIT
STYLE GITHUB
REPOSITORY robotology/ycm.git
COMPONENT core
FOLDER src)

set(YCM_CONDA_PKG_NAME resolve-robotics-uri-cpp)
set(YCM_CONDA_PKG_CONDA_FORGE_OVERRIDE ON)

0 comments on commit 8784f1f

Please sign in to comment.