Skip to content

Commit 2eb2d99

Browse files
committed
Try -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix Firestore CI
1 parent 1e6e17f commit 2eb2d99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ xcb_flags=("${xcb_flags[@]}" "${buildcache_xcb_flags[@]}")
261261
cmake_options=(
262262
-Wdeprecated
263263
-DCMAKE_BUILD_TYPE=Debug
264+
-DCMAKE_POLICY_VERSION_MINIMUM=3.5
264265
)
265266

266267
if [[ -n "${SANITIZERS:-}" ]]; then

0 commit comments

Comments
 (0)