From 18fd280f99678be957d991a5b757317258df0efc Mon Sep 17 00:00:00 2001 From: Max Luebke Date: Mon, 8 Apr 2024 10:31:47 +0000 Subject: [PATCH] Update minimum required CMake version to 3.14 --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1873d6ff5..26d2cf9fc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,4 @@ -# Version 3.9+ offers new MPI package variables -cmake_minimum_required(VERSION 3.9) +cmake_minimum_required(VERSION 3.14) project(POET LANGUAGES CXX C