diff options
author | Greg Sjaardema <gsjaardema@gmail.com> | 2021-05-13 08:41:22 -0600 |
---|---|---|
committer | Hans Kristian Rosbach <hk-github@circlestorm.org> | 2021-05-18 11:35:11 +0200 |
commit | bde11b12775aed5113040de319f484da879a3f04 (patch) | |
tree | 8955c3e9b0d0cff0b9d8cd22561c772ee0bd6d92 | |
parent | df218c12aac0eb69a48af77eac9ace35064af75d (diff) |
Remove redundancy; apple is unix
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8582c22..f800c03 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -135,7 +135,7 @@ if(WITH_GZFILEOP) endif() if(CMAKE_C_COMPILER_ID MATCHES "Intel") - if(CMAKE_HOST_UNIX OR CMAKE_HOST_APPLE) + if(CMAKE_HOST_UNIX) set(WARNFLAGS "-w3") set(WARNFLAGS_MAINTAINER "-w3 -Wcheck -Wremarks") set(WARNFLAGS_DISABLE "") |