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 bd56ad5 commit 7e229e8Copy full SHA for 7e229e8
CMakeLists.txt
@@ -217,7 +217,7 @@ 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 NO)
+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
0 commit comments