From 1d7bf02c248a366e520f7f3e381b541aa9f43fa0 Mon Sep 17 00:00:00 2001 From: Daniele Cesarini Date: Thu, 15 Oct 2020 11:11:26 +0200 Subject: [PATCH] Decreased the cmake version to 3.14 due Gitlab CI run v3.16.3 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 864949c79..9a32e1c04 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.18 FATAL_ERROR) +cmake_minimum_required(VERSION 3.14 FATAL_ERROR) # CMake < 3.13 cannot install external targets: # https://gitlab.kitware.com/cmake/cmake/merge_requests/2152