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 13e6c74 commit 4f8c9e8Copy full SHA for 4f8c9e8
firestore/integration_test_internal/CMakeLists.txt
@@ -377,17 +377,6 @@ else()
377
endif()
378
379
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
-
391
# Add the Firebase libraries to the target using the function from the SDK.
392
add_subdirectory(${FIREBASE_CPP_SDK_DIR} bin/ EXCLUDE_FROM_ALL)
393
0 commit comments