Skip to content

Commit 7b55cd2

Browse files
authored
Fix typo in call to gen_selected_ops (#13072)
### Summary Wrong variable name used. ### Test plan Build with EXECUTORCH_SELECT_OPS_YAML option.
1 parent 094b3c4 commit 7b55cd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -849,7 +849,7 @@ if(NOT EXECUTORCH_SELECT_OPS_YAML STREQUAL ""
849849
LIB_NAME
850850
"executorch_selected_kernels"
851851
OPS_SCHEMA_YAML
852-
"${EXECUTORCH_SELECT_OPS_LIB}"
852+
"${EXECUTORCH_SELECT_OPS_YAML}"
853853
ROOT_OPS
854854
"${EXECUTORCH_SELECT_OPS_LIST}"
855855
INCLUDE_ALL_OPS

0 commit comments

Comments
 (0)