From 0db3db41d43adb406f650a0d4f0208f512d082f7 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Sun, 23 Nov 2014 10:12:49 +0100 Subject: [PATCH] WCDH: Don't imply that MSVC is supported by the module. Remove the mention of it from the docs. --- Modules/WriteCompilerDetectionHeader.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/WriteCompilerDetectionHeader.cmake b/Modules/WriteCompilerDetectionHeader.cmake index 86137e2d6..8d72d0f41 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 # ) #