summaryrefslogtreecommitdiff
path: root/Modules/WriteCompilerDetectionHeader.cmake
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2014-11-23 10:12:49 +0100
committerStephen Kelly <steveire@gmail.com>2014-11-23 10:12:49 +0100
commit0db3db41d43adb406f650a0d4f0208f512d082f7 (patch)
tree1277bb2d8041224326ef718fe1212282cbe13fcf /Modules/WriteCompilerDetectionHeader.cmake
parent598a316154922f27f987d0f7a78b28ab78a85be6 (diff)
downloadcmake-0db3db41d43adb406f650a0d4f0208f512d082f7.tar.gz
WCDH: Don't imply that MSVC is supported by the module.
Remove the mention of it from the docs.
Diffstat (limited to 'Modules/WriteCompilerDetectionHeader.cmake')
-rw-r--r--Modules/WriteCompilerDetectionHeader.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/WriteCompilerDetectionHeader.cmake b/Modules/WriteCompilerDetectionHeader.cmake
index 86137e2d68..8d72d0f412 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
# )
#