Browse Source

WCDH: Don't imply that MSVC is supported by the module.

Remove the mention of it from the docs.
Stephen Kelly 11 years ago
parent
commit
0db3db41d4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Modules/WriteCompilerDetectionHeader.cmake

+ 1 - 1
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
 #    )
 #