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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user