We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d4e90e + 1451e04 commit ea5d206Copy full SHA for ea5d206
CMakeLists.txt
@@ -1,4 +1,4 @@
1
-cmake_minimum_required(VERSION 2.8)
+cmake_minimum_required(VERSION 3.2)
2
project(SCALAPACK C Fortran)
3
# Configure the warning and code coverage suppression file
4
configure_file(
@@ -312,4 +312,3 @@ install(FILES
312
313
install(EXPORT scalapack-targets
314
DESTINATION lib/cmake/scalapack-${SCALAPACK_VERSION})
315
-
0 commit comments