From 4c5fc018d1973569e4a1ec9592a61ce0f9f94700 Mon Sep 17 00:00:00 2001 From: Christopher Weyand Date: Wed, 11 Oct 2023 14:04:55 +0200 Subject: [PATCH] update min cmake version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 46b219a..4809172 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ # # CMake version -cmake_minimum_required(VERSION 3.12 FATAL_ERROR) +cmake_minimum_required(VERSION 3.18 FATAL_ERROR) # # Configure CMake environment