Skip to content

Commit 8fa91b6

Browse files
authored
Fix generate_protos (#5479)
1 parent 54c7fc6 commit 8fa91b6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Firestore/Protos/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ endif()
256256
if(FIREBASE_IOS_PROTOC_GENERATE_SOURCES)
257257
add_custom_target(
258258
generate_protos
259+
DEPENDS
259260
generate_nanopb_protos
260261
generate_cpp_protos
261262
)

Firestore/Protos/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ brew install automake libtool protobuf golang
77

88
Take a nap while that completes. Then, build the protos:
99
```
10-
cd firebase-ios-sdk
10+
cd firebase-ios-sdk # the root of this repo, not Firestore/Protos
1111
mkdir -p build
1212
cd build
1313
cmake ..

0 commit comments

Comments
 (0)