瀏覽代碼

Merge topic 'fix-WCDH-docs'

0db3db41 WCDH: Don't imply that MSVC is supported by the module.
Brad King 11 年之前
父節點
當前提交
623a06a6f3
共有 1 個文件被更改,包括 1 次插入1 次删除
  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
 #    )
 #