Skip to content

Commit 4f8c9e8

Browse files
authored
Firestore: Remove broken absl flags logic from CMakeLists.txt (#1016)
1 parent 13e6c74 commit 4f8c9e8

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

firestore/integration_test_internal/CMakeLists.txt

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -377,17 +377,6 @@ else()
377377
endif()
378378
endif()
379379

380-
if(NOT ANDROID)
381-
set(${ADDITIONAL_LIBS} ${ADDITIONAL_LIBS} firestore_core absl_variant)
382-
else()
383-
set(${ADDITIONAL_LIBS} ${ADDITIONAL_LIBS}
384-
absl_base
385-
absl_memory
386-
absl_meta
387-
absl_optional
388-
absl_strings)
389-
endif()
390-
391380
# Add the Firebase libraries to the target using the function from the SDK.
392381
add_subdirectory(${FIREBASE_CPP_SDK_DIR} bin/ EXCLUDE_FROM_ALL)
393382

0 commit comments

Comments
 (0)