Skip to content

Commit ea5d206

Browse files
authored
Merge pull request #40 from julielangou/master
Update CMakeLists.txt
2 parents 1d4e90e + 1451e04 commit ea5d206

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 2.8)
1+
cmake_minimum_required(VERSION 3.2)
22
project(SCALAPACK C Fortran)
33
# Configure the warning and code coverage suppression file
44
configure_file(
@@ -312,4 +312,3 @@ install(FILES
312312

313313
install(EXPORT scalapack-targets
314314
DESTINATION lib/cmake/scalapack-${SCALAPACK_VERSION})
315-

0 commit comments

Comments
 (0)