From 5beca91dde41c9f3797159204d8a8bdf3d19139b Mon Sep 17 00:00:00 2001 From: ADAM David Alan Martin Date: Sat, 21 Oct 2023 02:03:37 -0400 Subject: [PATCH] Lower the cmake required version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7be691f..8ce0158 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required( VERSION 3.22 ) +cmake_minimum_required( VERSION 3.19 ) project( Alepha ) include( cmake/rules.cmake )