File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -25,13 +25,17 @@ else()
2525 set (_executorch_external_project_additional_args CMAKE_GENERATOR "Unix Makefiles" )
2626endif ()
2727
28+ # DEBUG
29+ if (WIN32 )
30+ set_directory_properties (PROPERTIES EP_BASE "C:\\ actions-runner\\ _work\\ " )
31+ endif ()
32+
2833# We use ExternalProject to build flatc from source to force it target the host.
2934# Otherwise, flatc will target the project's toolchain (i.e. iOS, or Android).
3035ExternalProject_Add(
3136 flatbuffers_ep
3237 PREFIX ${CMAKE_CURRENT_BINARY_DIR} /flatc_proj
3338 SOURCE_DIR ${PROJECT_SOURCE_DIR} /third-party/flatbuffers
34- BINARY_DIR ${CMAKE_CURRENT_BINARY_DIR} /flatc_proj/src/build
3539 CMAKE_ARGS -DFLATBUFFERS_BUILD_FLATC=ON
3640 -DFLATBUFFERS_INSTALL=ON
3741 -DFLATBUFFERS_BUILD_FLATHASH=OFF
You can’t perform that action at this time.
0 commit comments