OCT 降低CMake工具最低版本需求到3.10

This commit is contained in:
huangxin 2022-09-21 15:55:05 +08:00
parent 05a783b7de
commit 6755df7a82
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
CMAKE_MINIMUM_REQUIRED(VERSION 3.14 FATAL_ERROR) CMAKE_MINIMUM_REQUIRED(VERSION 3.10 FATAL_ERROR)
PROJECT(vCPE_project) PROJECT(vCPE_project)