Skip to content

Commit 074dcf0

Browse files
committed
Update
[ghstack-poisoned]
1 parent 82f54e4 commit 074dcf0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

third-party/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ endif()
3434
# Otherwise, flatc will target the project's toolchain (i.e. iOS, or Android).
3535
ExternalProject_Add(
3636
flatbuffers_ep
37-
PREFIX ${CMAKE_CURRENT_BINARY_DIR}/flatc_ep
38-
BINARY_DIR ${CMAKE_CURRENT_BINARY_DIR}/flatc_ep/src/build
37+
PREFIX ${CMAKE_CURRENT_BINARY_DIR}/flatc_proj
38+
BINARY_DIR ${CMAKE_CURRENT_BINARY_DIR}/flatc_proj/src/build
3939
SOURCE_DIR ${PROJECT_SOURCE_DIR}/third-party/flatbuffers
4040
CMAKE_ARGS -DFLATBUFFERS_BUILD_FLATC=ON
4141
-DFLATBUFFERS_INSTALL=ON

0 commit comments

Comments
 (0)