From 5dc34677ed2f435c44521abce7b264f1808cc4cb Mon Sep 17 00:00:00 2001 From: David Leal Date: Tue, 20 Jun 2023 15:49:45 -0600 Subject: [PATCH] Revert "feat: update CMake version" (#2489) * Revert "feat: update CMake version to 3.26.4 (#2486)" This reverts commit 2d492834b17fe578e5e624bc7a94ae21ad1d2d49. * clang-format and clang-tidy fixes for d40bf643 --------- Co-authored-by: github-actions[bot] --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 245615de4..7ccaf4c46 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.26.4) +cmake_minimum_required(VERSION 3.9) project(Algorithms_in_C++ LANGUAGES CXX VERSION 1.0.0