Make qe_xclib PUBLIC dependency on qe_mpi_fortran.

The xclib_utils_and_para module potentially exposes the mpi module if in use.
This commit is contained in:
Ye Luo 2024-07-21 21:57:58 -05:00
parent 3ad8b6a11d
commit 8cac5f94ee
1 changed files with 1 additions and 1 deletions

View File

@ -28,9 +28,9 @@ qe_add_library(qe_xclib ${sources_xclib})
target_link_libraries(qe_xclib
PUBLIC
qe_openacc_fortran
qe_mpi_fortran
PRIVATE
qe_openmp_fortran
qe_mpi_fortran
qe_external_libxc
qe_libbeef)