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 fd054fa commit 665b2d5Copy full SHA for 665b2d5
CMakeLists.txt
@@ -215,6 +215,10 @@ if(FIREBASE_INCLUDE_FIRESTORE AND DESKTOP)
215
set(FIRESTORE_USE_EXTERNAL_CMAKE_BUILD ON)
216
endif()
217
218
+# Disable compiling the Objective-C (and Swift) stuff from the
219
+# firebase-ios-sdk since it's not needed and can sometimes fail to build.
220
+set(FIRESTORE_INCLUDE_OBJC OFF CACHE BOOL "Disabled for the CPP SDK")
221
+
222
if(FIREBASE_CPP_USE_PRIOR_GRADLE_BUILD)
223
# Quote meta characters in ${CMAKE_CURRENT_LIST_DIR} so we can
224
# match it in a regex.
0 commit comments