summaryrefslogtreecommitdiffstats
path: root/Modules/CMakeCompilerIdDetection.cmake
diff options
context:
space:
mode:
authorHarini Chilamantula <harini.chilamantula@intel.com>2020-09-29 20:30:27 (GMT)
committerBrad King <brad.king@kitware.com>2020-09-29 21:00:43 (GMT)
commit5c3a93ab88e80d1387c861bfbdcb8cb72a828f36 (patch)
treebe2d61b49789590b60cbab34e33a1c22981cf75e /Modules/CMakeCompilerIdDetection.cmake
parentaf048185b1b4c20ddda2998e448c81449b803944 (diff)
downloadCMake-5c3a93ab88e80d1387c861bfbdcb8cb72a828f36.zip
CMake-5c3a93ab88e80d1387c861bfbdcb8cb72a828f36.tar.gz
CMake-5c3a93ab88e80d1387c861bfbdcb8cb72a828f36.tar.bz2
Intel: Add Intel Clang compiler identification
The compiler identifies itself with the `__INTEL_CLANG_COMPILER` preprocessor definition.
Diffstat (limited to 'Modules/CMakeCompilerIdDetection.cmake')
-rw-r--r--Modules/CMakeCompilerIdDetection.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/CMakeCompilerIdDetection.cmake b/Modules/CMakeCompilerIdDetection.cmake
index 176e768..26fb381 100644
--- a/Modules/CMakeCompilerIdDetection.cmake
+++ b/Modules/CMakeCompilerIdDetection.cmake
@@ -79,6 +79,7 @@ function(compiler_id_detection outvar lang)
AppleClang
ARMClang
IntelDPCPP
+ IntelClang
Clang
GNU
MSVC