From: APTX Date: Sat, 7 Mar 2026 04:02:56 +0000 (+0900) Subject: Bump cmake requirement to 4.0 X-Git-Url: https://gitweb.aptx.org/?a=commitdiff_plain;h=bf7f54ee4c9421910be6103a1f22592d757d7a9c;p=localmylist.git Bump cmake requirement to 4.0 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index ab9a3cd..45371aa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.8 FATAL_ERROR) +cmake_minimum_required(VERSION 4.0 FATAL_ERROR) include(FeatureSummary) project(LocalMyList)