We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e610314 commit 9d2ee6dCopy full SHA for 9d2ee6d
devtools/bundled_program/CMakeLists.txt
@@ -20,7 +20,7 @@ foreach(schema_file ${_schema_files})
20
)
21
endforeach()
22
23
-file(MAKE_DIRECTORY ${DEVTOOLS_INCLUDE_DIR}/executorch/devtools/bundled_program)
+file(MAKE_DIRECTORY ${DEVTOOLS_INCLUDE_DIR_NO_BUILD_INTERFACE}/executorch/devtools/bundled_program)
24
add_custom_command(
25
OUTPUT ${_schema_outputs}
26
COMMAND
0 commit comments