From 25b9e0a159a5c8bf0aed1fa2c7d54659e44057da Mon Sep 17 00:00:00 2001 From: Ryan Bevin Date: Thu, 20 Jul 2023 14:53:12 +0100 Subject: [PATCH] feat: update cmake to use a newer version (#2505) Co-authored-by: rbevin777 Co-authored-by: David Leal --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7ccaf4c46..cca1b5464 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.9) +cmake_minimum_required(VERSION 3.22) project(Algorithms_in_C++ LANGUAGES CXX VERSION 1.0.0