Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Correct minimum CMake version to 3.12, as it is actually required since d4f0b6f43 #9151

Closed
wants to merge 1 commit into from

Conversation

Milek7
Copy link
Contributor

@Milek7 Milek7 commented Apr 30, 2021

Motivation / Problem

Builds with incorrect _openttd_newgrf_version value are being made with CMake older than 3.12, because CMAKE_PROJECT_VERSION_MAJOR/etc. is utilized since d4f0b6f.

Description

Bump minimum version to prevent silently making broken builds.

Limitations

Users of old distros will complain?

@glx22
Copy link
Contributor

glx22 commented Apr 30, 2021

It should be fixable without a bump, I'll take a look.

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.

None yet

2 participants