Skip to content

Commit 9d2ee6d

Browse files
committed
Fix devtools CMake build failure on Windows
ghstack-source-id: 25bd759 ghstack-comment-id: 3169574985 Pull-Request: #13251
1 parent e610314 commit 9d2ee6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devtools/bundled_program/CMakeLists.txt

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

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)
2424
add_custom_command(
2525
OUTPUT ${_schema_outputs}
2626
COMMAND

0 commit comments

Comments
 (0)