From 82e45c7d9e8d1e29b600b11b31e9da0cd7ee1707 Mon Sep 17 00:00:00 2001 From: jgvictores Date: Mon, 14 Aug 2023 17:19:28 +0200 Subject: [PATCH] Bump to YARP 3.7+ --- CMakeLists.txt | 2 +- doc/teo-configuration-files-install.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4927d84..80f6d98 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ project(TEO_CONFIGURATION_FILES LANGUAGES NONE) # Find dependencies. find_package(YCM 0.11 REQUIRED) -find_package(YARP 3.2 REQUIRED) +find_package(YARP 3.7 REQUIRED) # Set some useful variables - paths relative to the installation prefix. yarp_configure_external_installation(teo-configuration-files) diff --git a/doc/teo-configuration-files-install.md b/doc/teo-configuration-files-install.md index cda290c..e702910 100644 --- a/doc/teo-configuration-files-install.md +++ b/doc/teo-configuration-files-install.md @@ -4,7 +4,7 @@ First install the dependencies: - [Install CMake 3.12+](https://github.com/roboticslab-uc3m/installation-guides/blob/master/install-cmake.md) - [Install YCM 0.11+](https://github.com/roboticslab-uc3m/installation-guides/blob/master/install-ycm.md) -- [Install YARP 3.2+](https://github.com/roboticslab-uc3m/installation-guides/blob/master/install-yarp.md) +- [Install YARP 3.7+](https://github.com/roboticslab-uc3m/installation-guides/blob/master/install-yarp.md) ### Install the Configuration files