Skip to content

Commit

Permalink
Fix Clang compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-w committed Jun 22, 2018
1 parent c3575a4 commit 392c753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -539,7 +539,7 @@ ENDIF()
# we somehow have to make LMMS-binary depend on MOC-files
ADD_FILE_DEPENDENCIES("${CMAKE_BINARY_DIR}/lmmsconfig.h")

IF(CMAKE_CXX_COMPILER_ID MATCHES "GNU|AppleClang")
IF(CMAKE_CXX_COMPILER_ID MATCHES "GNU|Clang")
IF(WIN32)
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-attributes")
ELSE(WIN32)
Expand Down

0 comments on commit 392c753

Please sign in to comment.