Skip to content

Commit 5223952

Browse files
committed
fix compile problem
1 parent a0e7a02 commit 5223952

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,8 @@ if(ENABLE_LCAO)
730730
hcontainer
731731
deltaspin
732732
numerical_atomic_orbitals
733-
lr)
733+
lr
734+
rdmft)
734735
if(USE_ELPA)
735736
target_link_libraries(${ABACUS_BIN_NAME} genelpa)
736737
endif()

source/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,6 @@ list(APPEND device_srcs
5050
module_hamilt_pw/hamilt_pwdft/kernels/vnl_op.cpp
5151
module_base/kernels/math_op.cpp
5252
module_hamilt_general/module_xc/kernels/xc_functional_op.cpp
53-
54-
# add by jghan
55-
module_rdmft/rdmft_test.cpp
56-
module_rdmft/rdmft.cpp
57-
module_rdmft/rdmft_tools.cpp
5853
)
5954

6055
if(USE_CUDA)

0 commit comments

Comments
 (0)