docs: changing cmake version in CMakeLists.txt
This commit is contained in:
parent
0b533c97c3
commit
4003ab491e
|
|
@ -1,7 +1,7 @@
|
||||||
# Top CMakeLists.txt file
|
# Top CMakeLists.txt file
|
||||||
|
|
||||||
# Firstly a minimum required version of CMake is specified
|
# Firstly a minimum required version of CMake is specified
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.22)
|
||||||
|
|
||||||
# Name the project, and give a version
|
# Name the project, and give a version
|
||||||
project(cmake_demo VERSION 0.0.1)
|
project(cmake_demo VERSION 0.0.1)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue