Skip to content

Commit 6d10870

Browse files
committed
Fix Gerrit cmake build of Zooshi.
Wasn't finding fplutil with the Gerrit directory structure. Deprecated functions in Firebase were generating warnings, which in turn were being considered errors. PiperOrigin-RevId: 148263810 Change-Id: Id97f381997fb41b05d0fb7f3c694ac592fa0cc5a
1 parent 5c6a16b commit 6d10870

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/find_fplutil.cmake

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ set(fplutil_dir_possibilities
2121
"${dependencies_fplutil_dir}"
2222
"${fpl_root}/fplutil"
2323
"${CMAKE_CURRENT_SOURCE_DIR}/dependencies/fplutil"
24+
"${CMAKE_CURRENT_LIST_DIR}/../../../libs/fplutil"
2425
"${CMAKE_CURRENT_LIST_DIR}/../../fplutil"
2526
"${CMAKE_CURRENT_LIST_DIR}/../../../fplutil"
2627
"${CMAKE_CURRENT_LIST_DIR}/../../../../fplutil"

0 commit comments

Comments
 (0)