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 d661e9f commit 7de9fd5Copy full SHA for 7de9fd5
CMakeLists.txt
@@ -107,6 +107,11 @@ if(FIREBASE_CPP_BUILD_TESTS)
107
${CMAKE_BINARY_DIR})
108
endif()
109
110
+if(PLATFORM STREQUAL TVOS)
111
+ # AdMob is not supported on tvOS.
112
+ set(FIREBASE_INCLUDE_ADMOB OFF)
113
+endif()
114
+
115
# Occasionally ANDROID is not being set correctly when invoked by gradle, so
116
# set it manually if ANDROID_NDK has been defined.
117
if(DEFINED ANDROID_NDK)
0 commit comments