Skip to content

Commit

Permalink
Require YCM 0.10+
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterBowman committed May 13, 2019
1 parent 1aa5619 commit afdcaa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
project(TEO_CONFIGURATION_FILES LANGUAGES NONE)

# Find dependencies
find_package(YCM 0.8 REQUIRED)
find_package(YCM 0.10 REQUIRED)
find_package(YARP 3.0 REQUIRED)

# Set some useful variables - paths relative to the installation prefix.
Expand Down

0 comments on commit afdcaa9

Please sign in to comment.