1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-14 12:59:41 +01:00

* Try to fix breakpad in the main CMakeLists.txt. Domme: We'll need to fix this properly eventually.

This commit is contained in:
Christian Muehlhaeuser 2012-11-16 09:52:29 +01:00
parent a7065be154
commit ae24fe9d5c

View File

@ -40,7 +40,8 @@ ENDIF()
IF( WITH_BREAKPAD )
message(STATUS "Build with support for breakpad.")
IF( CMAKE_COMPILER_IS_GNUCXX )
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DSTDC_HEADERS -std=gnu++98" )
ADD_DEFINITIONS( -DSTDC_HEADERS -std=gnu++98 )
# SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DSTDC_HEADERS -std=gnu++98" )
ENDIF()
ENDIF()