File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -123,6 +123,10 @@ if(NOT APPLE AND NOT ANDROID AND UNIX)
123
123
INTERFACE_INCLUDE_DIRECTORIES "${LIBSECRET_INCLUDE_DIRS} "
124
124
INTERFACE_LINK_LIBRARIES "${LIBSECRET_LIBRARIES} "
125
125
)
126
+ set_target_properties (firebase_installations PROPERTIES
127
+ INTERFACE_INCLUDE_DIRECTORIES "${LIBSECRET_INCLUDE_DIRS} "
128
+ INTERFACE_LINK_LIBRARIES "${LIBSECRET_LIBRARIES} "
129
+ )
126
130
set_target_properties (firebase_remote_config PROPERTIES
127
131
INTERFACE_INCLUDE_DIRECTORIES "${LIBSECRET_INCLUDE_DIRS} "
128
132
INTERFACE_LINK_LIBRARIES "${LIBSECRET_LIBRARIES} "
Original file line number Diff line number Diff line change @@ -561,7 +561,8 @@ code.
561
561
562
562
### 7.0.1
563
563
- Changes
564
- - Installations (Android): Fix incorrect STL variants.
564
+ - Installations (Android): Fix incorrect STL variants, which fixes
565
+ a linker error on Android.
565
566
566
567
### 7.0.0
567
568
- Changes
You can’t perform that action at this time.
0 commit comments