upgrade cmake to 3.10 required
This commit is contained in:
parent
f22f033d52
commit
934b368ed0
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
### 0) Check the CMake version
|
||||
######################################################################################
|
||||
|
||||
cmake_minimum_required(VERSION 3.0 FATAL_ERROR)
|
||||
cmake_minimum_required(VERSION 3.10 FATAL_ERROR)
|
||||
|
||||
######################################################################################
|
||||
### 1) Define the project
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue