CMake: Fix configure defines

This commit is contained in:
Jonathan G Rennison
2020-06-27 19:10:11 +01:00
parent f1a9d0d056
commit 9470ad050b
4 changed files with 19 additions and 20 deletions

View File

@@ -14,7 +14,6 @@ extern const char _openttd_revision[];
extern const char _openttd_build_date[];
extern const char _openttd_revision_hash[];
extern const char _openttd_revision_year[];
extern const char _openttd_build_configure[];
extern const char _openttd_build_configure_defines[];
extern const byte _openttd_revision_modified;
extern const byte _openttd_revision_tagged;