Skip to content

Commit

Permalink
Bump policy_max argument of cmake_minimum_required to 3.16
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Oct 22, 2023
1 parent 347a463 commit 3c10963
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 3c10963

Please sign in to comment.