docs: changing cmake version in CMakeLists.txt

This commit is contained in:
Darko Trogrlic 2023-01-27 09:12:21 +01:00
parent 0b533c97c3
commit 4003ab491e
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Top CMakeLists.txt file
# 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
project(cmake_demo VERSION 0.0.1)