From 905c14b0b4b99e53172dc37776b3a6485d61ecc3 Mon Sep 17 00:00:00 2001 From: Pavel Siska Date: Thu, 3 Oct 2024 21:47:32 +0200 Subject: [PATCH] cmake - increase minimal required cmake version to 3.18 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 382aa57..2209cfa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.12) +cmake_minimum_required(VERSION 3.18) set(VERSION_MAJOR 0) set(VERSION_MINOR 3)