Skip to content

Commit a8171c9

Browse files
committed
Update
[ghstack-poisoned]
1 parent 447d814 commit a8171c9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

third-party/CMakeLists.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,17 @@ else()
2525
set(_executorch_external_project_additional_args CMAKE_GENERATOR "Unix Makefiles")
2626
endif()
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).
3035
ExternalProject_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

0 commit comments

Comments
 (0)