From 8be9b8e816858b6d1217c0ff05d7b07da82bca83 Mon Sep 17 00:00:00 2001 From: Bouncner Date: Mon, 15 Sep 2025 21:00:56 +0200 Subject: [PATCH] Bump minimum cmake version to 3.10 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ec6fadd..f67fa1a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.10) project(tsl-sparse-map VERSION 0.6.2 LANGUAGES CXX) include(GNUInstallDirs)