Skip to content

Commit 2b11925

Browse files
committed
disable analytics
1 parent 20b3a44 commit 2b11925

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,9 @@ if(FIREBASE_CPP_BUILD_TESTS OR FIREBASE_CPP_BUILD_STUB_TESTS)
118118
endif()
119119

120120
if (PLATFORM STREQUAL TVOS OR PLATFORM STREQUAL SIMULATOR_TVOS)
121-
# AdMob, FDL are not supported on tvOS.
121+
# Analytics, AdMob, FDL are not supported on tvOS.
122122
set(FIREBASE_INCLUDE_ADMOB OFF)
123+
set(FIREBASE_INCLUDE_ANALYTICS OFF)
123124
set(FIREBASE_INCLUDE_DYNAMIC_LINKS OFF)
124125
endif()
125126

0 commit comments

Comments
 (0)