Skip to content

Commit

Permalink
required yarp version 3.9.0 and icub-fw-shared 1.36.03
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiraz committed Nov 13, 2023
1 parent 63caf2c commit 38ea64a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/iCubFindDependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ checkandset_dependency(OpenCV)
checkandset_dependency(Qt5)

if(icub_firmware_shared_FOUND AND ICUB_USE_icub_firmware_shared)
if(icub_firmware_shared_VERSION VERSION_LESS 1.36.2)
message(FATAL_ERROR "An old version of icub-firmware-shared has been detected: at least 1.36.2 is required")
if(icub_firmware_shared_VERSION VERSION_LESS 1.36.3)
message(FATAL_ERROR "An old version of icub-firmware-shared has been detected: at least 1.36.3 is required")
endif()
endif()

Expand Down

0 comments on commit 38ea64a

Please sign in to comment.