Skip to content

Commit

Permalink
required yarp-3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pattacini committed Apr 4, 2023
1 parent 537df47 commit 1761db1
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 @@ -19,7 +19,7 @@ set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/${CMAKE_INSTALL_LIBDIR}"
option(ICUB_COMPILE_BINDINGS "Compile optional language bindings" FALSE)

set(YCM_REQUIRED_VERSION 0.15.1)
set(YARP_REQUIRED_VERSION 3.7.2)
set(YARP_REQUIRED_VERSION 3.8.0)

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

0 comments on commit 1761db1

Please sign in to comment.