Skip to content

Commit d862b16

Browse files
Googlercynthiajiang
authored andcommitted
Initial import of the Firebase Unity SDK - 373182554 [Unity OS]remove IID from copybara and CMakeList by cynthiajiang <[email protected]>
PiperOrigin-RevId: 373182554
1 parent c73cd30 commit d862b16

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

CMakeLists.txt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ option(FIREBASE_INCLUDE_DYNAMIC_LINKS
4242
"Include the Firebase Dynamic Links library." ON)
4343
option(FIREBASE_INCLUDE_FUNCTIONS
4444
"Include the Cloud Functions for Firebase library." ON)
45-
option(FIREBASE_INCLUDE_INSTANCE_ID
46-
"Include the Firebase Instance ID library." ON)
4745
option(FIREBASE_INCLUDE_MESSAGING
4846
"Include the Firebase Cloud Messaging library." ON)
4947
option(FIREBASE_INCLUDE_REMOTE_CONFIG
@@ -231,11 +229,6 @@ if (FIREBASE_INCLUDE_FUNCTIONS)
231229
list(APPEND TARGET_LINK_LIB_NAMES "firebase_functions" "firebase_functions_swig")
232230
list(APPEND PROJECT_LIST_HEADER " X(Functions)")
233231
endif()
234-
if (FIREBASE_INCLUDE_INSTANCE_ID)
235-
add_subdirectory(instance_id)
236-
list(APPEND TARGET_LINK_LIB_NAMES "firebase_instance_id" "firebase_instance_id_swig")
237-
list(APPEND PROJECT_LIST_HEADER " X(InstanceId)")
238-
endif()
239232
if (FIREBASE_INCLUDE_MESSAGING)
240233
add_subdirectory(messaging)
241234
list(APPEND TARGET_LINK_LIB_NAMES "firebase_messaging" "firebase_messaging_swig")

0 commit comments

Comments
 (0)