We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a7e47d commit 5e75846Copy full SHA for 5e75846
cmake/external/leveldb.cmake
@@ -18,9 +18,9 @@ if(TARGET leveldb)
18
return()
19
endif()
20
21
-# This version must be kept in sync with the version in firestore.patch.
+# This version must be kept in sync with the version in firestore.patch.txt.
22
# If this version ever changes then make sure to update the version in
23
-# firestore.patch accordingly.
+# firestore.patch.txt accordingly.
24
set(version 1.23)
25
26
ExternalProject_Add(
0 commit comments