diff options
author | Brad King <brad.king@kitware.com> | 2015-01-14 18:35:53 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-01-14 18:35:58 (GMT) |
commit | 0b7e7e277c111d274d7dba378273f77d5b2a4fd7 (patch) | |
tree | fad6fd6c217b53756df16defa84c4a16cb06d89a /Modules/WriteCompilerDetectionHeader.cmake | |
parent | 2d738ce37acda92b344b1d3f2be2d3b6df63763c (diff) | |
download | CMake-0b7e7e277c111d274d7dba378273f77d5b2a4fd7.zip CMake-0b7e7e277c111d274d7dba378273f77d5b2a4fd7.tar.gz CMake-0b7e7e277c111d274d7dba378273f77d5b2a4fd7.tar.bz2 |
Revert topic 'feature_record_msvc'
Revert commits:
2d738ce3 Help: Add notes for topic 'feature_record_msvc'
f73718c9 Features: Enable writing of MSVC compiler feature header.
64c30bdc Features: Record for MSVC C++ 2015 and MSVC C 2010-2015.
225c0ef8 Features: Record for MSVC 2010-2013.
This topic was merged to master prematurely, so remove it.
Diffstat (limited to 'Modules/WriteCompilerDetectionHeader.cmake')
-rw-r--r-- | Modules/WriteCompilerDetectionHeader.cmake | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Modules/WriteCompilerDetectionHeader.cmake b/Modules/WriteCompilerDetectionHeader.cmake index bcaaafa..36b9706 100644 --- a/Modules/WriteCompilerDetectionHeader.cmake +++ b/Modules/WriteCompilerDetectionHeader.cmake @@ -36,7 +36,7 @@ # PREFIX ClimbingStats # OUTPUT_FILES_VAR support_files # OUTPUT_DIR compilers -# COMPILERS GNU Clang MSVC +# COMPILERS GNU Clang # FEATURES cxx_variadic_templates # ) # install(FILES @@ -100,7 +100,7 @@ # write_compiler_detection_header( # FILE climbingstats_compiler_detection.h # PREFIX ClimbingStats -# COMPILERS GNU Clang AppleClang MSVC +# COMPILERS GNU Clang AppleClang # FEATURES cxx_variadic_templates # ) # @@ -316,7 +316,6 @@ function(write_compiler_detection_header GNU Clang AppleClang - MSVC ) set(_hex_compilers ADSP Borland Embarcadero SunPro) |