clap-host icon indicating copy to clipboard operation
clap-host copied to clipboard

compatibility fix for modern CMake versions

Open cccfire opened this issue 1 month ago • 1 comments

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.

cccfire avatar Oct 11 '25 22:10 cccfire

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

CLAassistant avatar Oct 11 '25 22:10 CLAassistant