diff options
author | Brad King <brad.king@kitware.com> | 2014-11-25 15:18:47 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2014-11-25 15:18:47 (GMT) |
commit | 623a06a6f3bb2ce4a55f319207116271eb054c72 (patch) | |
tree | 7f1b0211025e24a9018458c198e718f8ca47cca3 /Modules | |
parent | 2fefe9e5753a52cb229e52bbd987ab4ea1462a4a (diff) | |
parent | 0db3db41d43adb406f650a0d4f0208f512d082f7 (diff) | |
download | CMake-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.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 # ) # |