Skip to content

Commit

Permalink
Merge pull request #217 from robotology/traversaro-patch-1
Browse files Browse the repository at this point in the history
Bump policy_max argument of cmake_minimum_required to 3.16
  • Loading branch information
traversaro authored Oct 23, 2023
2 parents 347a463 + 3c10963 commit 071da0d
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
@@ -1,8 +1,8 @@
# Copyright: (C) 2022 Fondazione Istituto Italiano di Tecnologia
# Copyright: (C) Fondazione Istituto Italiano di Tecnologia
# Authors: Silvio Traversaro
# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT

cmake_minimum_required(VERSION 3.8)
cmake_minimum_required(VERSION 3.8...3.16)

project(icub-models
VERSION 2.3.0)
Expand Down

0 comments on commit 071da0d

Please sign in to comment.