From a58034aa0b538a0ed012765667adf1ce85e58b3a Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Fri, 15 Nov 2024 17:38:38 +0900 Subject: [PATCH] Bump CMakeLists.txt cmake_minimum_required version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2a7a861..96942e6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.7) +cmake_minimum_required(VERSION 3.10) project(SimpleArchiver C) set(SimpleArchiver_VERSION 1.7) -- 2.49.0