Skip to content

Commit

Permalink
bumped cmake and yarp version
Browse files Browse the repository at this point in the history
  • Loading branch information
pattacini committed Dec 23, 2023
1 parent 831b617 commit e12668c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# Authors: Elena Ceseracciu
# CopyPolicy: Released under the terms of the GNU GPL v2.0.

cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.12)
project(ICUBcontrib NONE)

find_package(YARP 3.3.2 REQUIRED)
find_package(YARP 3.9.0 REQUIRED)
set(YARP_FORCE_DYNAMIC_PLUGINS TRUE CACHE INTERNAL "ICUBcontrib is always built with dynamic plugins")

yarp_configure_external_installation(ICUBcontrib WITH_PLUGINS)
Expand Down

0 comments on commit e12668c

Please sign in to comment.