Skip to content

Commit

Permalink
Bump YARP required version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicogene committed Nov 27, 2024
1 parent aab86dc commit fb32871
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cmake_minimum_required(VERSION 3.12)
project(ergocub-software LANGUAGES C CXX
VERSION 0.7.5)

find_package(YARP 3.9.0 REQUIRED)
find_package(YARP 3.10.0 REQUIRED)

# Give error if add_dependencies is called on a non-existing target
if(POLICY CMP0046)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Main collector of ergoCub specific SW

### Dependencies

Before installing `ergocub-software`, please be sure that you've installed [`YARP`](https://www.yarp.it/latest//) 3.9.0 or higher on your machine.
Before installing `ergocub-software`, please be sure that you've installed [`YARP`](https://www.yarp.it/latest//) 3.10.0 or higher on your machine.

### Compiling from source

Expand Down

0 comments on commit fb32871

Please sign in to comment.