Description
You are requiring cmake 2.28 which is very old. I'm using cmake 4.1 and it errors out, complaining about you setting policies. If I remove the policies altogether the cmake stage succeeds.
Could you take a look at whether these policiies are actually necessary, and remove or update them accordingly?
Same of course for Externals/CMakeLists.
Reproduction
Invoke cmake with version 4.
Expected behavior
I expect configuring to succeed, instead cmake errors on the policy statements.
Additional context
No response
Code of Conduct
Description
You are requiring cmake 2.28 which is very old. I'm using cmake 4.1 and it errors out, complaining about you setting policies. If I remove the policies altogether the cmake stage succeeds.
Could you take a look at whether these policiies are actually necessary, and remove or update them accordingly?
Same of course for
Externals/CMakeLists.Reproduction
Invoke cmake with version 4.
Expected behavior
I expect configuring to succeed, instead cmake errors on the policy statements.
Additional context
No response
Code of Conduct