Redefine cmake minimum requirements.

This commit is contained in:
Enrico Fraccaroli (Galfurian)
2022-07-06 14:13:33 -04:00
parent f70e7df1c5
commit 334bf4a5eb
5 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
# =============================================================================
# Set the minimum required version of cmake.
cmake_minimum_required(VERSION 2.8)
cmake_minimum_required(VERSION 3.1...3.22)
# Initialize the project.
project(MentOs)
project(mentos)
# =============================================================================
# Set the default build type to Debug.