Skip to content

Commit 147d5a8

Browse files
Fix build
1 parent 2206809 commit 147d5a8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

firestore/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ target_link_libraries(firebase_firestore
281281

282282
if(FIRESTORE_USE_EXTERNAL_CMAKE_BUILD)
283283
target_link_libraries(firebase_firestore
284-
PRIVATE
284+
PUBLIC
285285
firestore_core
286286
absl_variant
287287
)

firestore/integration_test_internal/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ include_directories(src)
203203
include_directories(${FIREBASE_CPP_SDK_DIR})
204204
# Additional public headers from Firestore core SDK.
205205
include_directories(${PROJECT_BINARY_DIR}/bin/external/src/firestore)
206-
include_directories(${PROJECT_BINARY_DIR}/bin/external/src/nanopb)
207206
# Additional public headers for absl.
208207
include_directories(${ABSEIL_CPP_ROOT})
209208
# Allow testing internal Firebase APIs.

0 commit comments

Comments
 (0)