Changed CMake-version to be lower, but still working.

This commit is contained in:
Eric-Paul I 2023-03-08 19:53:39 +01:00
parent 0e0e5cf154
commit e38b37404d
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.21)
cmake_minimum_required(VERSION 3.00)
project(NoxOS)
add_subdirectory(kernel)