File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -42,8 +42,6 @@ option(FIREBASE_INCLUDE_DYNAMIC_LINKS
42
42
"Include the Firebase Dynamic Links library." ON )
43
43
option (FIREBASE_INCLUDE_FUNCTIONS
44
44
"Include the Cloud Functions for Firebase library." ON )
45
- option (FIREBASE_INCLUDE_INSTANCE_ID
46
- "Include the Firebase Instance ID library." ON )
47
45
option (FIREBASE_INCLUDE_MESSAGING
48
46
"Include the Firebase Cloud Messaging library." ON )
49
47
option (FIREBASE_INCLUDE_REMOTE_CONFIG
@@ -231,11 +229,6 @@ if (FIREBASE_INCLUDE_FUNCTIONS)
231
229
list (APPEND TARGET_LINK_LIB_NAMES "firebase_functions" "firebase_functions_swig" )
232
230
list (APPEND PROJECT_LIST_HEADER " X(Functions)" )
233
231
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 ()
239
232
if (FIREBASE_INCLUDE_MESSAGING )
240
233
add_subdirectory (messaging )
241
234
list (APPEND TARGET_LINK_LIB_NAMES "firebase_messaging" "firebase_messaging_swig" )
You can’t perform that action at this time.
0 commit comments