Skip to content

Commit cd7fd0e

Browse files
committed
Update
[ghstack-poisoned]
1 parent 4996713 commit cd7fd0e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

devtools/bundled_program/CMakeLists.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ foreach(schema_file ${_schema_files})
2020
)
2121
endforeach()
2222

23-
file(MAKE_DIRECTORY ${DEVTOOLS_INCLUDE_DIR_NO_BUILD_INTERFACE}/executorch/devtools/bundled_program)
23+
file(
24+
MAKE_DIRECTORY
25+
${DEVTOOLS_INCLUDE_DIR_NO_BUILD_INTERFACE}/executorch/devtools/bundled_program
26+
)
2427
add_custom_command(
2528
OUTPUT ${_schema_outputs}
2629
COMMAND

0 commit comments

Comments
 (0)