Skip to content

Commit e813870

Browse files
Update CMake requirements
The CMake operator `VERSION_GREATER_EQUAL` was introduced in CMake 3.7, and therefore we should require this version in ScaLAPACK.
1 parent 5bad748 commit e813870

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.2)
1+
cmake_minimum_required(VERSION 3.7)
22

33
project(SCALAPACK VERSION 2.2.1 LANGUAGES C Fortran)
44

0 commit comments

Comments
 (0)