Skip to content

compatibility fix for modern CMake versions - #57

Open
cccfire wants to merge 1 commit into
free-audio:mainfrom
cccfire:main
Open

compatibility fix for modern CMake versions#57
cccfire wants to merge 1 commit into
free-audio:mainfrom
cccfire:main

Conversation

@cccfire

@cccfire cccfire commented Oct 11, 2025

Copy link
Copy Markdown

Modern CMake versions have removed compatibility with projects marked with CMake versions <3.5, which affects some of the dependencies in this project and results in an error.

This PR adds the configuration flag -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to the build for x64 windows.
The same fix should work for other systems, should they run into this issue, but this is the only environment I have access to at the moment and can confirm the fix with.

@CLAassistant

CLAassistant commented Oct 11, 2025

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@cccfire
cccfire marked this pull request as ready for review February 22, 2026 17:16
@abique

abique commented May 18, 2026

Copy link
Copy Markdown
Contributor

I've updated the vcpkg submodule, is this change still required?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants