diff options
author | Robert Maynard <robert.maynard@kitware.com> | 2016-04-14 12:57:07 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-04-28 13:16:36 (GMT) |
commit | 15a6c9502d6916274af2c634593295cf81af8af6 (patch) | |
tree | 33a05d2a2d9bb7a829e797f70983624f52eeee81 /Modules/WriteCompilerDetectionHeader.cmake | |
parent | 36f32ede8d1a2aa1578a726f687a24dec4cc3f33 (diff) | |
download | CMake-15a6c9502d6916274af2c634593295cf81af8af6.zip CMake-15a6c9502d6916274af2c634593295cf81af8af6.tar.gz CMake-15a6c9502d6916274af2c634593295cf81af8af6.tar.bz2 |
WCDH: Add Intel to list of supported compilers
Diffstat (limited to 'Modules/WriteCompilerDetectionHeader.cmake')
-rw-r--r-- | Modules/WriteCompilerDetectionHeader.cmake | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Modules/WriteCompilerDetectionHeader.cmake b/Modules/WriteCompilerDetectionHeader.cmake index a3b73bb..2669a84 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 MSVC Intel # 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 MSVC Intel # FEATURES cxx_variadic_templates # ) # @@ -323,6 +323,7 @@ function(write_compiler_detection_header AppleClang MSVC SunPro + Intel ) set(_hex_compilers ADSP Borland Embarcadero SunPro) |