diff options
author | Brad King <brad.king@kitware.com> | 2015-01-15 14:53:47 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-01-15 14:53:47 (GMT) |
commit | 101a62aacbcc812263439ca42faaf4f2419b6119 (patch) | |
tree | edde32775335da2b100dc24fff5c4698d261e3c9 /Modules/WriteCompilerDetectionHeader.cmake | |
parent | 23c02d245425ab15d6d0a99941355488ddee8cf5 (diff) | |
parent | 4ce110bbbac36362d8f3fbddb0b405320695ed36 (diff) | |
download | CMake-101a62aacbcc812263439ca42faaf4f2419b6119.zip CMake-101a62aacbcc812263439ca42faaf4f2419b6119.tar.gz CMake-101a62aacbcc812263439ca42faaf4f2419b6119.tar.bz2 |
Merge topic 'revert-feature_record_msvc'
4ce110bb Tests: Revert workaround for COMPILE_FEATURES genex bug
0b7e7e27 Revert topic 'feature_record_msvc'
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 d4678c7..d61358f 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 # ) # @@ -317,7 +317,6 @@ function(write_compiler_detection_header GNU Clang AppleClang - MSVC ) set(_hex_compilers ADSP Borland Embarcadero SunPro) |