Skip to content

Commit

Permalink
Require YARP 3.0+, remove workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterBowman committed May 14, 2019
1 parent 760b1c1 commit 68dc457
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ env:
- YARP_CHECKOUT=master
- YARP_CHECKOUT=v3.1.1
- YARP_CHECKOUT=30dce54 # hotfix for v3.0.1
- YARP_CHECKOUT=v2.3.72.1
- YARP_CHECKOUT=v2.3.70.2

matrix:
include:
Expand Down
8 changes: 2 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,8 @@ list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake

# Hard dependencies.
find_package(YCM 0.10 REQUIRED)
find_package(YARP 3.0 QUIET COMPONENTS OS dev
OPTIONAL_COMPONENTS idl_tools)
# https://github.com/roboticslab-uc3m/questions-and-answers/issues/65
if(NOT YARP_FOUND)
find_package(YARP 2.3.70 REQUIRED)
endif()
find_package(YARP 3.0 REQUIRED COMPONENTS OS dev
OPTIONAL_COMPONENTS idl_tools)
find_package(COLOR_DEBUG REQUIRED)

# Soft dependencies.
Expand Down
2 changes: 1 addition & 1 deletion doc/speech-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

- [Install CMake 3.5+](https://github.com/roboticslab-uc3m/installation-guides/blob/master/install-cmake.md/)
- [Install YCM 0.10+](https://github.com/roboticslab-uc3m/installation-guides/blob/master/install-ycm.md/)
- [Install YARP 2.3.70+](https://github.com/roboticslab-uc3m/installation-guides/blob/master/install-yarp.md/)
- [Install YARP 3.0+](https://github.com/roboticslab-uc3m/installation-guides/blob/master/install-yarp.md/)
with [Python bindings](https://github.com/roboticslab-uc3m/installation-guides/blob/master/install-yarp.md#install-python-bindings)
- [Install eSpeak with MBROLA Voices](https://github.com/roboticslab-uc3m/installation-guides/blob/master/install-espeak-mbrola.md/)
- [Install gstreamer with pocketsphinx](https://github.com/roboticslab-uc3m/installation-guides/blob/master/install-gstreamer-pocketsphinx.md/)
Expand Down

0 comments on commit 68dc457

Please sign in to comment.