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

@@ -45,16 +45,10 @@ const char _openttd_revision[] = "${REV_VERSION}";
*/
const char _openttd_build_date[] = __DATE__ " " __TIME__;
/**
* The configure invocation used to build OpenTTD
*/
const char _openttd_build_configure[] = "!!CONFIGURE_INVOCATION!!";
/**
* The configure defines used to build OpenTTD
*/
const char _openttd_build_configure_defines[] = "!!CONFIGURE_DEFINES!!";
const char _openttd_build_configure_defines[] = "${CONFIGURE_DEFINES}";
/**
* The git revision hash of this version.