summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-01-11 15:08:01 (GMT)
committerBrad King <brad.king@kitware.com>2016-01-11 15:13:18 (GMT)
commit3baca6364bb1569e6856337d80e54b37a96d017e (patch)
treeb4dbbca5531866c7f4841feae50f6c29c085cd51 /Help
parentcedbb7994dddce2c3fdf846bf4563c846adf4632 (diff)
downloadCMake-3baca6364bb1569e6856337d80e54b37a96d017e.zip
CMake-3baca6364bb1569e6856337d80e54b37a96d017e.tar.gz
CMake-3baca6364bb1569e6856337d80e54b37a96d017e.tar.bz2
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.
Diffstat (limited to 'Help')
-rw-r--r--Help/release/dev/mingw-clang-compile-features.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/release/dev/mingw-clang-compile-features.rst b/Help/release/dev/mingw-clang-compile-features.rst
new file mode 100644
index 0000000..5b1fb96
--- /dev/null
+++ b/Help/release/dev/mingw-clang-compile-features.rst
@@ -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).