roll: pigweed CMake: Set policy to silence warnings in pw_parse_arguments_strict

The issue that pwrev.dev/267793 attempted to fix is still seen, as the
CMP0174 policy issue is triggered within pw_parse_arguments_strict, and
CMake policy overrides are reset whenever a new function/macro is
entered.

Fix the issue by setting a CMP0174 policy within
pw_parse_arguments_strict.

Original-Bug: 396442914
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/268032
Original-Revision: dcd8f58642de6f05229502af7fe18af522a69292

Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: 434a4ff4d7ad01..dcd8f58642de6f
Roll-Count: 1
Roller-URL: https://cr-buildbucket.appspot.com/build/8722555184918331457
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I294f0718bf53c45953e93012027fd4557c1f5a96
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/showcase/sense/+/268878
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
1 file changed
tree: 54d536ff731b36d71fa14658bfdaffb38c3e08fa
  1. .github/
  2. .vscode/
  3. apps/
  4. device/
  5. modules/
  6. system/
  7. targets/
  8. tools/
  9. web_app/
  10. .bazelignore
  11. .bazelrc
  12. .bazelversion
  13. .buildifier.json
  14. .clang-format
  15. .clang-tidy
  16. .clangd.shared
  17. .gitignore
  18. .pw_console.yaml
  19. AUTHORS
  20. BUILD.bazel
  21. CONTRIBUTING.md
  22. LICENSE
  23. MODULE.bazel
  24. MODULE.bazel.lock
  25. OWNERS
  26. pigweed.json
  27. README.md
  28. REPO.bazel
README.md

Sense

git clone https://pigweed.googlesource.com/pigweed/showcase/sense

Welcome to Pigweed Sense, a tour of key Pigweed components experienced through an imagined air quality product.

Please visit Sense: An interactive tour through Pigweed to get started.