diff options
author | Stephen Kelly <steveire@gmail.com> | 2014-11-23 09:12:49 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2014-11-23 09:12:49 (GMT) |
commit | 0db3db41d43adb406f650a0d4f0208f512d082f7 (patch) | |
tree | 1277bb2d8041224326ef718fe1212282cbe13fcf /Modules/WriteCompilerDetectionHeader.cmake | |
parent | 598a316154922f27f987d0f7a78b28ab78a85be6 (diff) | |
download | CMake-0db3db41d43adb406f650a0d4f0208f512d082f7.zip CMake-0db3db41d43adb406f650a0d4f0208f512d082f7.tar.gz CMake-0db3db41d43adb406f650a0d4f0208f512d082f7.tar.bz2 |
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.cmake | 2 |
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 # ) # |