From 4700ce777897d85e07c9aec598968afb210eb0aa Mon Sep 17 00:00:00 2001 From: Max Wash Date: Mon, 19 Jan 2026 13:59:14 +0000 Subject: [PATCH] build: bump minimum CMake version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5ecec23..d602692 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.14) project(mie C) if (WIN32)