Skip to content

Commit 1eb5905

Browse files
committed
Update CMakeLists.txt
Updating comment
1 parent 6ae80f2 commit 1eb5905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/selective_build/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ option(EXECUTORCH_SELECT_ALL_OPS
6262
"Whether to register all ops defined in portable kernel library." OFF
6363
)
6464

65-
# Option to enable dtype header selective build process
65+
# Option to enable dtype selective build. Note: must be using selective build model API.
6666
option(EXECUTORCH_DTYPE_SELECTIVE_BUILD "Enable dtype selective build." OFF
6767
)
6868
# ------------------------------- OPTIONS END --------------------------------

0 commit comments

Comments
 (0)