mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-21 18:10:26 +01:00
Check for AppleClang
This commit is contained in:
parent
9f44e31172
commit
15d7cf315f
|
@ -96,7 +96,7 @@ endif()
|
|||
## ** RAKE! clean up for SeriousEngine use. Also **
|
||||
## ** RAKE! need to make this pandora safe. **
|
||||
# compiler specific flags
|
||||
if(CMAKE_COMPILER_IS_GNUCC OR CMAKE_C_COMPILER_ID STREQUAL "Clang")
|
||||
if(CMAKE_COMPILER_IS_GNUCC OR CMAKE_C_COMPILER_ID STREQUAL "Clang" OR CMAKE_C_COMPILER_ID STREQUAL "AppleClang")
|
||||
# This section and the like are for flags/defines that can be shared between
|
||||
# c and c++ compile options
|
||||
add_compile_options(-Wall)
|
||||
|
|
Loading…
Reference in New Issue
Block a user