OCT 降低CMake工具最低版本需求到3.10
This commit is contained in:
parent
05a783b7de
commit
6755df7a82
|
@ -1,4 +1,4 @@
|
|||
CMAKE_MINIMUM_REQUIRED(VERSION 3.14 FATAL_ERROR)
|
||||
CMAKE_MINIMUM_REQUIRED(VERSION 3.10 FATAL_ERROR)
|
||||
|
||||
PROJECT(vCPE_project)
|
||||
|
||||
|
|
Loading…
Reference in New Issue