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 a1d94f8 commit 9928d00Copy full SHA for 9928d00
firestore/CMakeLists.txt
@@ -331,7 +331,9 @@ if (WIN32 AND NOT ANDROID AND NOT IOS)
331
# accomplish weak linking. See
332
# https://github.com/google/cctz/blob/master/src/zone_info_source.cc for a
333
# look at what we're up against.
334
- target_compile_definitions(absl_time_zone "-D_LIBCPP_VERSION=99")
+ target_compile_definitions(absl_time_zone
335
+ PRIVATE
336
+ _LIBCPP_VERSION=99)
337
endif()
338
339
target_compile_definitions(firebase_firestore
0 commit comments