summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-11-25 15:18:47 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2014-11-25 15:18:47 (GMT)
commit623a06a6f3bb2ce4a55f319207116271eb054c72 (patch)
tree7f1b0211025e24a9018458c198e718f8ca47cca3 /Modules
parent2fefe9e5753a52cb229e52bbd987ab4ea1462a4a (diff)
parent0db3db41d43adb406f650a0d4f0208f512d082f7 (diff)
downloadCMake-623a06a6f3bb2ce4a55f319207116271eb054c72.zip
CMake-623a06a6f3bb2ce4a55f319207116271eb054c72.tar.gz
CMake-623a06a6f3bb2ce4a55f319207116271eb054c72.tar.bz2
Merge topic 'fix-WCDH-docs'
0db3db41 WCDH: Don't imply that MSVC is supported by the module.
Diffstat (limited to 'Modules')
-rw-r--r--Modules/WriteCompilerDetectionHeader.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/WriteCompilerDetectionHeader.cmake b/Modules/WriteCompilerDetectionHeader.cmake
index 86137e2..8d72d0f 100644
--- a/Modules/WriteCompilerDetectionHeader.cmake
+++ b/Modules/WriteCompilerDetectionHeader.cmake
@@ -72,7 +72,7 @@
# write_compiler_detection_header(
# FILE climbingstats_compiler_detection.h
# PREFIX ClimbingStats
-# COMPILERS GNU Clang MSVC
+# COMPILERS GNU Clang
# FEATURES cxx_variadic_templates
# )
#