Skip to content

Commit fa57f8c

Browse files
remove language C
1 parent 3d20dde commit fa57f8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ endif()
6666
# Dependencies
6767
# MPI
6868
set(MPI_DETERMINE_LIBRARY_VERSION TRUE)
69-
find_package(MPI COMPONENTS CXX C REQUIRED)
69+
find_package(MPI COMPONENTS CXX REQUIRED)
7070
adjust_mpiexec_flags()
7171

7272
# check if scalapack backend is valid

0 commit comments

Comments
 (0)