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 9a6a5a2 commit dc56d2d
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 @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
project(AMOR_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 dc56d2d

Please sign in to comment.