Skip to content

Commit af54247

Browse files
committed
Fix test build error
1 parent 886a26f commit af54247

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/source_basis/module_pw/test_serial/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ remove_definitions(-D__MLALGO)
99
add_library(
1010
planewave_serial
1111
OBJECT
12-
../module_fft/fft_bundle.cpp
13-
../module_fft/fft_cpu.cpp
12+
../../../source_base/module_fft/fft_bundle.cpp
13+
../../../source_base/module_fft/fft_cpu.cpp
1414
../pw_basis.cpp
1515
../pw_basis_k.cpp
1616
../pw_basis_sup.cpp

0 commit comments

Comments
 (0)