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 cd310a1 commit 8c5153aCopy full SHA for 8c5153a
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