Skip to content

Commit ce9ca4f

Browse files
committed
firestore.cmake: update pinned commit to #967, which fixes a problematic python_setup.cmake bug
1 parent c9dbc89 commit ce9ca4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cmake/external/firestore.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ function(GetReleasedDep)
3737

3838
DOWNLOAD_DIR ${FIREBASE_DOWNLOAD_DIR}
3939
GIT_REPOSITORY "https://github.com/firebase/firebase-ios-sdk.git"
40-
# Pinned HEAD commit after https://github.com/firebase/firebase-ios-sdk/pull/9596
41-
# (Enable Snappy compression support in LevelDb in cmake builds) was merged.
42-
GIT_TAG c0df0d4ab11d4ae30c307a0c7dcdb29e3e0dc411
40+
# Pinned commit in https://github.com/firebase/firebase-cpp-sdk/pull/967, which fixes a
41+
# problematic python_setup.cmake bug.
42+
GIT_TAG 0dbc5dd788e8c41b1530e6b392df739be223948c
4343

4444
PREFIX ${PROJECT_BINARY_DIR}
4545

0 commit comments

Comments
 (0)