From e38b37404d018c4deaaa3d14402e9be2f8cbba97 Mon Sep 17 00:00:00 2001 From: Eric-Paul I Date: Wed, 8 Mar 2023 19:53:39 +0100 Subject: [PATCH] Changed CMake-version to be lower, but still working. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9e9241e..a7f4325 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.21) +cmake_minimum_required(VERSION 3.00) project(NoxOS) add_subdirectory(kernel)