Skip to content

Commit

Permalink
Update Buildrobometry.cmake after the addition of IRawValuesPublisher (
Browse files Browse the repository at this point in the history
…#1738)

In `telemetryDeviceDumper` it has been added the usage of `IRawValuesPublisher` by @MSECode, this made the device dependent also by ICUB 2.7.0 or higher.

cc @traversaro @S-Dafarra @valegagge
  • Loading branch information
Nicogene authored Nov 11, 2024
1 parent 3ccc396 commit b55f198
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/Buildrobometry.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
include(YCMEPHelper)

find_or_build_package(YARP QUIET)
find_or_build_package(ICUB QUIET)
find_or_build_package(matioCpp QUIET)

ycm_ep_helper(robometry TYPE GIT
Expand All @@ -15,6 +16,7 @@ ycm_ep_helper(robometry TYPE GIT
FOLDER src
DEPENDS YCM
YARP
ICUB
matioCpp)

set(robometry_CONDA_PKG_NAME librobometry)
Expand Down

0 comments on commit b55f198

Please sign in to comment.