From d8377cae60698c20e9b1975f53603657059fc851 Mon Sep 17 00:00:00 2001 From: Matthias Richter Date: Tue, 21 Apr 2020 11:29:59 +0200 Subject: [PATCH] require CMake version 3.17 This follows recent change in alidist alisw/alidist#2157 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6d92b75754e78..86296bec3f978 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ # Preamble -cmake_minimum_required(VERSION 3.13 FATAL_ERROR) +cmake_minimum_required(VERSION 3.17 FATAL_ERROR) # it's important to specify accurately the list of languages. for instance C and # C++ as we _do_ have some C files to compile explicitely as C (e.g. gl3w.c)