Skip to content

Commit

Permalink
Bump to YARP 3.7+
Browse files Browse the repository at this point in the history
  • Loading branch information
jgvictores committed Aug 14, 2023
1 parent 6a63e13 commit 82e45c7
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 @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion doc/teo-configuration-files-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 82e45c7

Please sign in to comment.