From 565badb03f30cb6078227ac8e8b5d0c972035ba1 Mon Sep 17 00:00:00 2001 From: Oliver Schonrock Date: Fri, 13 Dec 2024 19:56:48 +0000 Subject: [PATCH] silence cmakes 3.31's warning < 3.10 is now deprecated --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 54f8768..e53151b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.8) +cmake_minimum_required(VERSION 3.10) # # Here we check whether mio is being configured in isolation or as a component