Skip to content

Commit

Permalink
bumped v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pattacini committed Nov 16, 2023
1 parent 2e55a25 commit aee6771
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.12)

set(ROOT_PROJECT_NAME ICUB)
project(${ROOT_PROJECT_NAME} LANGUAGES C CXX
VERSION 2.3.0)
VERSION 2.4.0)

set(CMAKE_CXX_EXTENSIONS OFF)
set(CMAKE_CXX_STANDARD 14)
Expand Down
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.37.0)
message(FATAL_ERROR "An old version of icub-firmware-shared has been detected: at least 1.37.0 is required")
endif()
endif()

Expand Down

0 comments on commit aee6771

Please sign in to comment.