Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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(
Expand Down Expand Up @@ -312,4 +312,3 @@ install(FILES

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