There was an error while loading. Please reload this page.
1 parent 61a3012 commit 901f608Copy full SHA for 901f608
1 file changed
doc/_static/images/developers/CMakeLists.txt
@@ -6,7 +6,7 @@ set(LOCAL_FILES
6
)
7
8
foreach (f ${LOCAL_FILES})
9
- configure_file(${f} ${f}i COPYONLY)
+ configure_file(${f} ${f} COPYONLY)
10
list(APPEND LOCAL_IMG_FILES "${CMAKE_CURRENT_BINARY_DIR}/${f}")
11
endforeach()
12
0 commit comments