Skip to content

Commit 80b74c1

Browse files
author
abacus_fixer
committed
Fix: Correct para_json.cpp path in test CMakeLists.txt
1 parent b6fcfa7 commit 80b74c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/source_io/module_json/test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ AddTest(
77
TARGET MODULE_IO_JSON_OUTPUT_TEST
88
LIBS parameter ${math_libs} base device cell_info
99
SOURCES para_json_test.cpp ../general_info.cpp ../init_info.cpp ../readin_info.cpp
10-
../../para_json.cpp ../abacusjson.cpp ../../module_output/output.cpp
10+
../para_json.cpp ../abacusjson.cpp ../../module_output/output.cpp
1111
)

0 commit comments

Comments
 (0)