mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 20:00:13 +02:00
* Try to fix breakpad in the main CMakeLists.txt. Domme: We'll need to fix this properly eventually.
This commit is contained in:
@@ -40,7 +40,8 @@ ENDIF()
|
|||||||
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 )
|
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()
|
||||||
ENDIF()
|
ENDIF()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user