Merge branch 'fix-xclib-dependency' into 'develop'

Make qe_xclib PUBLIC dependency on qe_mpi_fortran.

Closes #707

See merge request QEF/q-e!2398
This commit is contained in:
Ye Luo 2024-07-22 03:11:35 +00:00
commit 21f3184dcc
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)