Skip to content

Commit ff1a860

Browse files
committed
Update Codegen.cmake
Typo fix
1 parent ac08a9d commit ff1a860

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
@@ -75,7 +75,7 @@ function(gen_selected_ops)
7575
COMMENT "Generating selected_op_variants.h for ${GEN_LIB_NAME}"
7676
OUTPUT ${_opvariant_h}
7777
COMMAND ${_gen_opvariant_command}
78-
DEPENDS ${_optlist_yaml} ${_codegen_tools_srcs}
78+
DEPENDS ${_oplist_yaml} ${_codegen_tools_srcs}
7979
WORKING_DIRECTORY ${EXECUTORCH_ROOT}
8080
)
8181
endif()

0 commit comments

Comments
 (0)