File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,14 @@ if(TARGET nanopb OR NOT DOWNLOAD_NANOPB)
18
18
return ()
19
19
endif ()
20
20
21
+ set (version 0.3.9.8)
22
+
21
23
ExternalProject_Add(
22
24
nanopb
23
25
24
26
DOWNLOAD_DIR ${FIREBASE_DOWNLOAD_DIR}
25
- URL https://github.com/nanopb/nanopb/archive/0.3.9.2 .tar.gz
26
- URL_HASH SHA256=b8dd5cb0d184d424ddfea13ddee3f7b0920354334cbb44df434d55e5f0086b12
27
+ URL https://github.com/nanopb/nanopb/archive/nanopb- ${version} .tar.gz
28
+ URL_HASH SHA256=2047ff111ca408c9b3c06a6774b723c1b1c9e31dc2320c61ee3abce93359eb30
27
29
28
30
PREFIX ${PROJECT_BINARY_DIR}
29
31
Original file line number Diff line number Diff line change @@ -299,6 +299,7 @@ if(IOS)
299
299
# The Firestore core on iOS comes via the FirebaseFirestore CocoaPod, and
300
300
# public headers should come from there.
301
301
${FIREBASE_POD_DIR} /Pods/FirebaseFirestore/Firestore/core/include
302
+ ${FIREBASE_POD_DIR} /Pods/FirebaseFirestore/Firestore/Protos/nanopb
302
303
PRIVATE
303
304
# Additionally, the core C++ API is not declared publicly within the
304
305
# FirebaseFirestore pod, so depend on headers available in the source
@@ -312,6 +313,7 @@ else()
312
313
target_include_directories (firebase_firestore
313
314
PUBLIC
314
315
${FIRESTORE_SOURCE_DIR} /Firestore/core/include
316
+ ${FIRESTORE_SOURCE_DIR} /Firestore/Protos/nanopb
315
317
PRIVATE
316
318
${FIRESTORE_SOURCE_DIR}
317
319
)
You can’t perform that action at this time.
0 commit comments