Skip to content

Commit 3aa9aa1

Browse files
committed
Update Codegen.cmake
Typo fix
1 parent 1eb5905 commit 3aa9aa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/cmake/Codegen.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ function(gen_selected_ops)
7171
COMMENT "Generating selected_op_variants.h for ${GEN_LIB_NAME}"
7272
OUTPUT ${_opvariant_h}
7373
COMMAND ${_gen_opvariant_command}
74-
DEPENDS ${_optlist_yaml} ${_codegen_tools_srcs}
74+
DEPENDS ${_oplist_yaml} ${_codegen_tools_srcs}
7575
WORKING_DIRECTORY ${EXECUTORCH_ROOT}
7676
)
7777
endif()

0 commit comments

Comments
 (0)