From 3c385f9f3f0cbb44d3cb0c40755db973fe3a4b0d Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Date: Thu, 1 Sep 2022 16:56:22 +0200 Subject: [PATCH] Raise cmake minimum version to 3.20 Required by cmake_path() --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e37bdad..e51cdd2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -cmake_minimum_required(VERSION 3.10) +cmake_minimum_required(VERSION 3.20) project(OVNI LANGUAGES C)