Skip to content

Commit

Permalink
Require YARP 3.0+ and YCM 0.10+, remove workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterBowman committed May 13, 2019
1 parent f27d505 commit e908477
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,8 @@ cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
project(TEO_DEVELOPER_MANUAL LANGUAGES NONE)

# Find dependencies
find_package(YCM 0.8 REQUIRED)

# https://github.com/roboticslab-uc3m/questions-and-answers/issues/65
find_package(YARP 3.0 QUIET)
if(NOT YARP_FOUND)
find_package(YARP 2.3.70 REQUIRED)
endif()
find_package(YCM 0.10 REQUIRED)
find_package(YARP 3.0 REQUIRED)

# Set some useful variables - paths relative to the installation prefix.
yarp_configure_external_installation(teo-developer-manual)
Expand Down

0 comments on commit e908477

Please sign in to comment.