1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-21 13:21:52 +02:00

Next sigh. Didn't break for me as I'm using clang.

This commit is contained in:
Dominik Schmidt
2013-08-07 00:20:37 +02:00
parent c23bd08a92
commit 99fcdc5614

View File

@@ -317,7 +317,7 @@ if(Phonon_FOUND)
message(STATUS "Phonon found; ensure that phonon-vlc is at least 0.4") message(STATUS "Phonon found; ensure that phonon-vlc is at least 0.4")
endif() endif()
IF( KDE4_FOUND ) IF( KDE4_FOUND OR Phonon_FOUND )
IF( CMAKE_C_FLAGS ) IF( CMAKE_C_FLAGS )
# KDE4 adds and removes some compiler flags that we don't like # KDE4 adds and removes some compiler flags that we don't like
# (only for gcc not for clang e.g.) # (only for gcc not for clang e.g.)