Record compile features for MinGW Clang on Windows (#15897)

Drop the 'UNIX' condition on Clang compiler features.  This enables
use of compile features with MinGW Clang, though additional work may
be needed for clang-cl.
This commit is contained in:
Brad King
2016-01-11 10:08:01 -05:00
parent cedbb7994d
commit 3baca6364b
2 changed files with 7 additions and 2 deletions
@@ -0,0 +1,5 @@
mingw-clang-compile-features
----------------------------
* The :manual:`Compile Features <cmake-compile-features(7)>` functionality
is now aware of features supported by Clang compilers on Windows (MinGW).