summaryrefslogtreecommitdiff
path: root/src/cmake_config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmake_config.h.in')
-rw-r--r--src/cmake_config.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmake_config.h.in b/src/cmake_config.h.in
index 906b3e47d..64a4c002b 100644
--- a/src/cmake_config.h.in
+++ b/src/cmake_config.h.in
@@ -26,7 +26,7 @@
#else
#define CMAKE_BUILD_TYPE "Debug"
#endif
-#define CMAKE_BUILD_INFO "BUILD_TYPE="CMAKE_BUILD_TYPE" RUN_IN_PLACE=@RUN_IN_PLACE@ USE_GETTEXT=@USE_GETTEXT@ USE_SOUND=@USE_SOUND@ USE_CURL=@USE_CURL@ USE_FREETYPE=@USE_FREETYPE@ USE_LUAJIT=@USE_LUAJIT@ STATIC_SHAREDIR=@SHAREDIR@"
+#define CMAKE_BUILD_INFO "BUILD_TYPE=" CMAKE_BUILD_TYPE " RUN_IN_PLACE=@RUN_IN_PLACE@ USE_GETTEXT=@USE_GETTEXT@ USE_SOUND=@USE_SOUND@ USE_CURL=@USE_CURL@ USE_FREETYPE=@USE_FREETYPE@ USE_LUAJIT=@USE_LUAJIT@ STATIC_SHAREDIR=@SHAREDIR@"
#endif