Skip to content

Commit 2c9c140

Browse files
author
Cynthia Jiang
committed
turn off crashlytics temporarily
1 parent 752a0c0 commit 2c9c140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ option(FIREBASE_INCLUDE_AUTH
4040
${FIREBASE_INCLUDE_LIBRARY_DEFAULT})
4141
option(FIREBASE_INCLUDE_CRASHLYTICS
4242
"Include the Firebase Crashlytics library."
43-
${FIREBASE_INCLUDE_LIBRARY_DEFAULT})
43+
OFF)
4444
option(FIREBASE_INCLUDE_DATABASE
4545
"Include the Firebase Realtime Database library."
4646
${FIREBASE_INCLUDE_LIBRARY_DEFAULT})

0 commit comments

Comments
 (0)