Skip to content

Commit c9cab6b

Browse files
donat_bkahrl
donat_b
authored andcommittedSep 20, 2014
Make config compatible with C++11
1 parent 8da3136 commit c9cab6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/cmake_config.h.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#else
2727
#define CMAKE_BUILD_TYPE "Debug"
2828
#endif
29-
#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@"
29+
#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@"
3030

3131
#endif
3232

0 commit comments

Comments
 (0)
Please sign in to comment.