Skip to content

Commit 6e9a7f4

Browse files
committed
Fix macOS Firestore linker error by adding Network framework dependency
1 parent 6ca6e1c commit 6e9a7f4

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

firestore/integration_test/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ else()
207207
"-framework CoreFoundation"
208208
"-framework Foundation"
209209
"-framework GSS"
210+
"-framework Network"
210211
"-framework Security"
211212
"-framework SystemConfiguration"
212213
)

firestore/integration_test_internal/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,7 @@ else()
371371
"-framework CoreFoundation"
372372
"-framework Foundation"
373373
"-framework GSS"
374+
"-framework Network"
374375
"-framework Security"
375376
"-framework SystemConfiguration"
376377
)

0 commit comments

Comments
 (0)