mirror of
https://github.com/google/brotli.git
synced 2026-09-22 14:45:51 +00:00
Apple Frameworks #534
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Treata11 on GitHub (Jan 18, 2025).
Greetings,
I noticed that the project's CMake minimum version is set to 3.15, which is sufficient for Apple platform builds with CMake's official toolchain.
https://cmake.org/cmake/help/latest/manual/cmake-toolchains.7.html#id27
But I took a look at the source & couldn't find the Framework properties set in project's configs...
I'd be happy to submit a PR to address this.