Skip to content

Commit

Permalink
Cleanup yarp and ycm version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicogene committed May 19, 2020
1 parent 753ad30 commit 16cbac2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)

option(ICUB_COMPILE_BINDINGS "Compile optional language bindings" FALSE)

set(YCM_REQUIRED_VERSION "0.11.0")
set(YARP_REQUIRED_VERSION "3.3.2")
set(YCM_REQUIRED_VERSION 0.11.0)
set(YARP_REQUIRED_VERSION 3.3.2)

find_package(YCM ${YCM_REQUIRED_VERSION} REQUIRED)
find_package(YARP ${YARP_REQUIRED_VERSION} REQUIRED)
Expand Down

0 comments on commit 16cbac2

Please sign in to comment.