Skip to content

Commit cd89df9

Browse files
committed
Add a better readme message.
1 parent 61d079c commit cd89df9

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

external/vcpkg

Submodule vcpkg updated 3753 files

release_build_files/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,10 @@ if(NOT APPLE AND NOT ANDROID AND UNIX)
123123
INTERFACE_INCLUDE_DIRECTORIES "${LIBSECRET_INCLUDE_DIRS}"
124124
INTERFACE_LINK_LIBRARIES "${LIBSECRET_LIBRARIES}"
125125
)
126+
set_target_properties(firebase_installations PROPERTIES
127+
INTERFACE_INCLUDE_DIRECTORIES "${LIBSECRET_INCLUDE_DIRS}"
128+
INTERFACE_LINK_LIBRARIES "${LIBSECRET_LIBRARIES}"
129+
)
126130
set_target_properties(firebase_remote_config PROPERTIES
127131
INTERFACE_INCLUDE_DIRECTORIES "${LIBSECRET_INCLUDE_DIRS}"
128132
INTERFACE_LINK_LIBRARIES "${LIBSECRET_LIBRARIES}"

release_build_files/readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,8 @@ code.
561561

562562
### 7.0.1
563563
- Changes
564-
- Installations (Android): Fix incorrect STL variants.
564+
- Installations (Android): Fix incorrect STL variants, which fixes
565+
a linker error on Android.
565566

566567
### 7.0.0
567568
- Changes

0 commit comments

Comments
 (0)