diff --git a/CMakeLists.txt b/CMakeLists.txt index 4fd38bd..975ffe3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,13 +4,8 @@ cmake_minimum_required(VERSION 3.5 FATAL_ERROR) project(ROBOTICSLAB_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(roboticslab-developer-manual)