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 22dbcf2 commit 1cdbcc8
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 @@ -8,13 +8,8 @@ cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
project(RD_OPENRAVE_MODELS 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.
yarp_configure_external_installation(robotDevastation-openrave-models)
Expand Down

0 comments on commit 1cdbcc8

Please sign in to comment.