Skip to content

fix: Building with CMake 4#177

Open
Faless wants to merge 1 commit intogodotengine:masterfrom
Faless:fix/cmake_4_breaking_things
Open

fix: Building with CMake 4#177
Faless wants to merge 1 commit intogodotengine:masterfrom
Faless:fix/cmake_4_breaking_things

Conversation

@Faless
Copy link
Collaborator

@Faless Faless commented Jul 18, 2025

CMake 4 removed compatibility with CMake 3.5 and will refuse to build any project with compatibility set to 3.5 unless the CMAKE_POLICY_VERSION_MINIMUM flag is set.

Fixes #176

CMake 4 removed compatibility with CMake 3.5 and will refuse to build
any project with compatibility set to 3.5 unless the
CMAKE_POLICY_VERSION_MINIMUM flag is set.
@Faless Faless added bug Something isn't working build system An issue that affects the build system. thirdparty This issue or pull request relates to a third party library labels Jul 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working build system An issue that affects the build system. thirdparty This issue or pull request relates to a third party library

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Can't build because of CMake version

1 participant