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 aa50c9c commit a76f3f9
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 @@ -7,7 +7,7 @@ project(ASIBOT_CONFIGURATION_FILES LANGUAGES NONE)
list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)

# 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 a76f3f9

Please sign in to comment.