upgrade cmake to 3.10 required

This commit is contained in:
Johann Dreo 2020-07-05 08:46:32 +02:00
commit 934b368ed0

View file

@ -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