From 90bc56303886d7a696379f1c3976d96960182412 Mon Sep 17 00:00:00 2001 From: Andre Sailer <andre.philippe.sailer@cern.ch> Date: Mon, 19 Aug 2019 14:08:02 +0200 Subject: [PATCH] CMake: require at least 3.12 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 91a5c196e..ae9ed7dd5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.4.3 FATAL_ERROR) +cmake_minimum_required(VERSION 3.12 FATAL_ERROR) if (POLICY CMP0074) cmake_policy(SET CMP0074 NEW) # CMake 3.12 endif () -- GitLab