DEVTOOLS: Raise minimum cmake version to 3.13

Versions less than 3.5 are deprecated. The generated cmake has
minimum version 3.13 too.
This commit is contained in:
Orgad Shaneh 2024-04-24 16:23:28 +03:00 committed by Eugene Sandulenko
parent a72296be87
commit 58c6eb9bff

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.2)
cmake_minimum_required(VERSION 3.13)
project(create_project)