Redefine cmake minimum requirements.
This commit is contained in:
+2
-2
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user