diff options
author | Harini Chilamantula <harini.chilamantula@intel.com> | 2020-09-21 21:33:23 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-09-22 19:20:03 (GMT) |
commit | 887f3a88a679cc9a9811eac34ab7976e06ef5f78 (patch) | |
tree | 05a536c1dd824a9d562ad391099e1c01be3c1709 /Modules/CMakeCompilerIdDetection.cmake | |
parent | 0cb7216b9f016d5749209227502e499b53b33841 (diff) | |
download | CMake-887f3a88a679cc9a9811eac34ab7976e06ef5f78.zip CMake-887f3a88a679cc9a9811eac34ab7976e06ef5f78.tar.gz CMake-887f3a88a679cc9a9811eac34ab7976e06ef5f78.tar.bz2 |
Intel: Add Intel DPC++ compiler identification
The compiler identifies itself with the `__INTEL_DPCPP_COMPILER__`
preprocessor definition.
Diffstat (limited to 'Modules/CMakeCompilerIdDetection.cmake')
-rw-r--r-- | Modules/CMakeCompilerIdDetection.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/CMakeCompilerIdDetection.cmake b/Modules/CMakeCompilerIdDetection.cmake index a0f0dfa..176e768 100644 --- a/Modules/CMakeCompilerIdDetection.cmake +++ b/Modules/CMakeCompilerIdDetection.cmake @@ -78,6 +78,7 @@ function(compiler_id_detection outvar lang) ARMCC AppleClang ARMClang + IntelDPCPP Clang GNU MSVC |