Force cmake 3.11 because of changes in add_executable

Remove Ubuntu 18.04 arm target as it use an old cmake.
This commit is contained in:
Godzil
2021-03-10 15:22:26 +00:00
parent 28b619c566
commit 45f5f8098e
2 changed files with 3 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.1)
cmake_minimum_required(VERSION 3.11)
include(ExternalProject)