Skip to content

Commit deef6fe

Browse files
committed
fix cmakelists.txt
1 parent e8b22d3 commit deef6fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/benchgc/src/benchgc/arg/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818

1919
file(GLOB PYTHON_SCRIPTS "*.py")
2020
foreach(PY_SCRIPT ${PYTHON_SCRIPTS})
21-
configure_file(${PY_SCRIPT} ${CMAKE_BINARY_DIR}/test/benchgc/src/benchgc/fill/ COPYONLY)
21+
configure_file(${PY_SCRIPT} ${CMAKE_BINARY_DIR}/test/benchgc/src/benchgc/arg/ COPYONLY)
2222
endforeach()

0 commit comments

Comments
 (0)