mirror of
https://github.com/block/buzz.git
synced 2026-08-18 06:50:31 +02:00
fix(build): allow vendored opus to configure under CMake 4 (#1763)
This commit is contained in:
@@ -3,3 +3,9 @@
|
||||
# builds and much faster macOS link. Need lldb locals? Override per-shell:
|
||||
# CARGO_PROFILE_DEV_DEBUG=2
|
||||
debug = "line-tables-only"
|
||||
|
||||
[env]
|
||||
# CMake 4 (pinned by hermit) removed compat with projects declaring
|
||||
# cmake_minimum_required < 3.5; audiopus_sys's vendored opus declares 3.1.
|
||||
# Same workaround CI uses. A value already set in the environment wins.
|
||||
CMAKE_POLICY_VERSION_MINIMUM = "3.5"
|
||||
|
||||
Reference in New Issue
Block a user