mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-20 07:52:30 +02:00
make compile with clang
This commit is contained in:
parent
903ea66b36
commit
4e09f52b22
4
thirdparty/breakpad/CMakeLists.txt
vendored
4
thirdparty/breakpad/CMakeLists.txt
vendored
@ -6,7 +6,9 @@ set( CMAKE_MODULE_PATH
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules
|
||||
)
|
||||
|
||||
add_definitions(-DSTDC_HEADERS -std=gnu++98)
|
||||
if( CMAKE_COMPILER_IS_GNUCXX )
|
||||
add_definitions(-DSTDC_HEADERS -std=gnu++98)
|
||||
endif()
|
||||
|
||||
if(${CMAKE_BUILD_TYPE} MATCHES "Release")
|
||||
add_definitions(-DNDEBUG)
|
||||
|
Loading…
x
Reference in New Issue
Block a user