1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-11 16:44:05 +02:00

* Temporary fix for compiling madness.

This commit is contained in:
Christian Muehlhaeuser
2012-06-25 17:57:52 +02:00
parent ee1b13aee6
commit 6dafcf3c80

View File

@@ -37,6 +37,9 @@ ENDIF()
# add definitions based on build options # add definitions based on build options
IF( WITH_BREAKPAD ) IF( WITH_BREAKPAD )
message(STATUS "Build with support for breakpad.") message(STATUS "Build with support for breakpad.")
IF( CMAKE_COMPILER_IS_GNUCXX )
ADD_DEFINITIONS( -DSTDC_HEADERS -std=gnu++98 )
ENDIF()
ENDIF() ENDIF()
# generate version string # generate version string