Decreased the cmake version to 3.14 due Gitlab CI run v3.16.3

This commit is contained in:
Daniele Cesarini 2020-10-15 11:11:26 +02:00
parent 4865606b13
commit 1d7bf02c24
1 changed files with 1 additions and 1 deletions

View File

@ -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: # CMake < 3.13 cannot install external targets:
# https://gitlab.kitware.com/cmake/cmake/merge_requests/2152 # https://gitlab.kitware.com/cmake/cmake/merge_requests/2152