Skip to content

Commit 6e92033

Browse files
committed
Fix: bug of cmakelist
1 parent 2f05e74 commit 6e92033

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -711,17 +711,17 @@ target_link_libraries(
711711
esolver
712712
vdw
713713
device
714-
container)
714+
container
715+
dftu
716+
deltaspin)
715717
if(ENABLE_LCAO)
716718
target_link_libraries(
717719
${ABACUS_BIN_NAME}
718720
hamilt_lcao
719721
tddft
720722
orb
721723
gint
722-
dftu
723724
hcontainer
724-
deltaspin
725725
numerical_atomic_orbitals
726726
lr
727727
rdmft)

0 commit comments

Comments
 (0)