From d27a2f40eec742ad7389e8d1e4c4a2abe0c888f7 Mon Sep 17 00:00:00 2001 From: Riccardo Maria Bianchi <riccardo.maria.bianchi@cern.ch> Date: Tue, 30 Jun 2020 10:54:07 +0200 Subject: [PATCH] Update minimum CMake version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1d59c11d2..93d37b571 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration # === Preamble === -cmake_minimum_required(VERSION 3.1) +cmake_minimum_required(VERSION 3.12) project( "GeoModel" VERSION 1.0.0 LANGUAGES CXX ) # enable_testing() -- GitLab