Skip to content

Commit 714f67a

Browse files
committed
Bump minimum cmake version to 3.9
Starting from this version find_package(MPI) will export the MPI::MPI_C, MPI::MPI_Fortran, MPI::MPI_CXX targets.
1 parent 637a6e5 commit 714f67a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.7)
1+
cmake_minimum_required(VERSION 3.9)
22

33
project(SCALAPACK VERSION 2.2.1 LANGUAGES C Fortran)
44

0 commit comments

Comments
 (0)