From c074b4bc77eae5e2b470f048d80dcf6d758bc328 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 3beba24..4815d51 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)