File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
# The include directory that will contain the generated schema headers.
8
8
set (DEVTOOLS_INCLUDE_DIR_NO_BUILD_INTERFACE ${CMAKE_BINARY_DIR} /devtools/include )
9
9
set (DEVTOOLS_INCLUDE_DIR
10
- $< BUILD_INTERFACE:${DEVTOOLS_INCLUDE_DIR_NO_BUILD_INTERFACE} >
10
+ " $<BUILD_INTERFACE:${DEVTOOLS_INCLUDE_DIR_NO_BUILD_INTERFACE} >"
11
11
)
12
12
13
13
add_subdirectory (etdump )
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ foreach(schema_file ${_schema_files})
20
20
)
21
21
endforeach ()
22
22
23
- file (MAKE_DIRECTORY ${DEVTOOLS_INCLUDE_DIR } /executorch/devtools/bundled_program )
23
+ file (MAKE_DIRECTORY ${DEVTOOLS_INCLUDE_DIR_NO_BUILD_INTERFACE } /executorch/devtools/bundled_program )
24
24
add_custom_command (
25
25
OUTPUT ${_schema_outputs}
26
26
COMMAND
You can’t perform that action at this time.
0 commit comments