Skip to content

Commit

Permalink
Update icub_firmware_shared_VERSION req version 1.34.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MSECode committed Jun 9, 2023
1 parent a5994ea commit 7cf18ea
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.34.3)
message(FATAL_ERROR "An old version of icub-firmware-shared has been detected: at least 1.34.3 is required")
if(icub_firmware_shared_VERSION VERSION_LESS 1.34.4)
message(FATAL_ERROR "An old version of icub-firmware-shared has been detected: at least 1.34.4 is required")
endif()
endif()

Expand Down

0 comments on commit 7cf18ea

Please sign in to comment.