From 1bbbac6546a95ea304f220ae71b7efb960f44ca6 Mon Sep 17 00:00:00 2001 From: Ryan Bevin Date: Wed, 19 Jul 2023 03:53:50 +0100 Subject: [PATCH] chore: update CMake version #1271 (#1284) * update cmake version * chore: Update cmake version * chore: Using latest version of cmake --------- Co-authored-by: rbevin777 Co-authored-by: ryanbevin Co-authored-by: David Leal --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 29fb9d209b..f85692ad6d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.6) +cmake_minimum_required(VERSION 3.22) project(Algorithms_in_C LANGUAGES C VERSION 1.0.0