Skip to content

Commit 2b8eb5a

Browse files
wilhuffa-maurice
authored andcommitted
Fix open source C++ Firestore building with -DFIREBASE_IOS_BUILD_TESTS=OFF.
PiperOrigin-RevId: 316190122
1 parent 576e44c commit 2b8eb5a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

cmake/external/firestore.cmake

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@ if(TARGET firestore)
1818
return()
1919
endif()
2020

21-
set(version Firestore-1.15.0)
21+
# Pin to the first revision that includes these changes:
22+
# https://github.com/firebase/firebase-ios-sdk/pull/5807.
23+
#
24+
# This should be released with the next version after Firestore-1.15.0.
25+
set(version 05026f3df92cdee7b91fccc72a7195be2618acdf)
2226

2327
ExternalProject_Add(
2428
firestore

0 commit comments

Comments
 (0)