Skip to content

Update CMake API version to 4.7#2009

Open
Angais wants to merge 1 commit into
godotengine:masterfrom
Angais:fix-cmake-api-version-47
Open

Update CMake API version to 4.7#2009
Angais wants to merge 1 commit into
godotengine:masterfrom
Angais:fix-cmake-api-version-47

Conversation

@Angais

@Angais Angais commented Jun 28, 2026

Copy link
Copy Markdown

Summary

  • Add 4.7 to the CMake GODOTCPP_API_VERSION choices
  • Treat 4.7 as the latest bundled API version
  • Keep older explicit versions using their versioned API JSON files

Fixes #2008

Checks

  • cmake --log-level=VERBOSE -S . -B ../work/cmake-api47-final -DGODOTCPP_API_VERSION=4.7
  • cmake --log-level=VERBOSE -S . -B ../work/cmake-default-final
  • cmake --log-level=VERBOSE -S . -B ../work/cmake-api46-final -DGODOTCPP_API_VERSION=4.6
  • git diff --check

@Angais Angais requested a review from a team as a code owner June 28, 2026 00:09
@Ivorforce Ivorforce requested a review from enetheru June 28, 2026 08:00
@Ivorforce Ivorforce added enhancement This is an enhancement on the current functionality cmake labels Jun 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cmake enhancement This is an enhancement on the current functionality

Projects

None yet

Development

Successfully merging this pull request may close these issues.

godotcpp.cmake still specifies GODOTCPP_LATEST_API_VERSION as 4.6

2 participants