summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-11-01 07:39:02 -0400
committerBrad King <brad.king@kitware.com>2017-11-01 07:39:02 -0400
commit8d1341f4ff8b8e61fc1b162c90cf5170ec57ac6f (patch)
treec433ff8e8995f7a744d165bf5665637cd6bf8813
parent1df31aa92a398e0ef02e1ccccd41969a63bad29e (diff)
parentf86879a04c4bc940b419a7944077f4b8f1e59e29 (diff)
downloadcmake-8d1341f4ff8b8e61fc1b162c90cf5170ec57ac6f.tar.gz
Merge branch 'mingw-clang-c-compile-features' into release-3.10
Merge-request: !1435
-rw-r--r--Modules/Compiler/Clang-C.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Compiler/Clang-C.cmake b/Modules/Compiler/Clang-C.cmake
index a5f9d84b9a..a07ae40192 100644
--- a/Modules/Compiler/Clang-C.cmake
+++ b/Modules/Compiler/Clang-C.cmake
@@ -2,7 +2,7 @@ include(Compiler/Clang)
__compiler_clang(C)
cmake_policy(GET CMP0025 appleClangPolicy)
-if(WIN32 OR (APPLE AND NOT appleClangPolicy STREQUAL NEW))
+if(APPLE AND NOT appleClangPolicy STREQUAL NEW)
return()
endif()