From 1451e04b4aa7874ee8a55ed3ceebedd2a3732d33 Mon Sep 17 00:00:00 2001 From: Julie Date: Sun, 19 Sep 2021 15:49:10 +0200 Subject: [PATCH] Update CMakeLists.txt set cmake 3.2 as minimum version to close #35 --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e0a09201..85ea82a3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8) +cmake_minimum_required(VERSION 3.2) project(SCALAPACK C Fortran) # Configure the warning and code coverage suppression file configure_file( @@ -312,4 +312,3 @@ install(FILES install(EXPORT scalapack-targets DESTINATION lib/cmake/scalapack-${SCALAPACK_VERSION}) -