Skip to content

Commit

Permalink
Merge pull request #132 from RiccardoGrieco/devel
Browse files Browse the repository at this point in the history
Update cmake_minimum_required to 3.8
  • Loading branch information
traversaro authored Feb 19, 2022
2 parents c6948ad + ad26e2b commit 6ee89b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Authors: Silvio Traversaro
# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT

cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.8)

project(icub-models
VERSION 1.22.1)
Expand Down

0 comments on commit 6ee89b4

Please sign in to comment.