Skip to content

Commit 6d4d280

Browse files
committed
fix compile
1 parent 84cbe9e commit 6d4d280

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

source/module_lr/CMakeLists.txt

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,8 @@ if(ENABLE_LCAO)
1717
potentials/pot_hxc_lrtd.cpp
1818
lr_spectrum.cpp
1919
hamilt_casida.cpp
20-
esolver_lrtd_lcao.cpp)
21-
22-
if(ENABLE_LIBXC)
23-
list(APPEND objects
24-
potentials/xc_kernel.cpp
25-
)
26-
endif()
20+
esolver_lrtd_lcao.cpp
21+
potentials/xc_kernel.cpp)
2722

2823
add_library(
2924
lr

0 commit comments

Comments
 (0)