From 33bd052ef238a34e30f5ff76b970304839b9d27b Mon Sep 17 00:00:00 2001 From: fkobi Date: Sat, 18 Oct 2025 09:54:43 +0000 Subject: [PATCH] CMakeLists.txt: bump minimum cmake version to 3.10 Closes: https://github.com/HowardHinnant/date/issues/897 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cd0c3f2a..2cdfa9ce 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ #]===================================================================] -cmake_minimum_required( VERSION 3.7 ) +cmake_minimum_required( VERSION 3.10 ) project( date VERSION 3.0.4 ) set(ABI_VERSION 3) # used as SOVERSION, increment when ABI changes