From ad26e2b70e4be4099b8d088bb0998175b11ce949 Mon Sep 17 00:00:00 2001 From: Riccardo Grieco Date: Sat, 19 Feb 2022 12:37:29 +0100 Subject: [PATCH] Update cmake_minimum_required to 3.8 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f2caea7..29ab5d4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)