Skip to content

Commit 901f608

Browse files
committed
Fixing typo
1 parent 61a3012 commit 901f608

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/_static/images/developers/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set(LOCAL_FILES
66
)
77

88
foreach (f ${LOCAL_FILES})
9-
configure_file(${f} ${f}i COPYONLY)
9+
configure_file(${f} ${f} COPYONLY)
1010
list(APPEND LOCAL_IMG_FILES "${CMAKE_CURRENT_BINARY_DIR}/${f}")
1111
endforeach()
1212

0 commit comments

Comments
 (0)