Skip to content

Commit

Permalink
bumped dep yarp-3.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pattacini committed Nov 26, 2024
1 parent 21d5dc0 commit 8da745e
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.16.2)
set(YARP_REQUIRED_VERSION 3.9.0)
set(YARP_REQUIRED_VERSION 3.10.1)

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

0 comments on commit 8da745e

Please sign in to comment.