[PR #931] Suppress cmake's CMP0048 warning #1510

Closed
opened 2026-01-29 20:54:28 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/google/brotli/pull/931

State: closed
Merged: Yes


Not providing VERSION to "project" command will cause a warning.

Since this project's version is loaded from other files, this policy will help suppress the warning generated by cmake.
This policy is set because we can't provide "VERSION" in "project" command.
Use cmake --help-policy CMP0048 for more information

**Original Pull Request:** https://github.com/google/brotli/pull/931 **State:** closed **Merged:** Yes --- Not providing VERSION to "project" command will cause a warning. Since this project's version is loaded from other files, this policy will help suppress the warning generated by cmake. This policy is set because we can't provide "VERSION" in "project" command. Use cmake --help-policy CMP0048 for more information
claunia added the pull-request label 2026-01-29 20:54:28 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#1510