diff options
author | Brad King <brad.king@kitware.com> | 2020-12-04 13:40:57 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-12-07 15:46:27 (GMT) |
commit | 41b69348a54b03372c4972e0b0d29aa0c7bca187 (patch) | |
tree | 42d3442297982657981252f9a562818654e3c84a /Help | |
parent | f0babb53b3b2f94b9286068b629237b7de60cb24 (diff) | |
download | CMake-41b69348a54b03372c4972e0b0d29aa0c7bca187.zip CMake-41b69348a54b03372c4972e0b0d29aa0c7bca187.tar.gz CMake-41b69348a54b03372c4972e0b0d29aa0c7bca187.tar.bz2 |
Revert "Intel: Add Intel DPC++ compiler identification"
Revert commit 887f3a88a6 (Intel: Add Intel DPC++ compiler
identification, 2020-09-21, v3.19.0-rc1~124^2). The compiler has
already been released, and is more usable with CMake by pretending to be
upstream Clang than by identifying it as a compiler for which we have
not implemented support.
Fixes: #21551
Diffstat (limited to 'Help')
-rw-r--r-- | Help/variable/CMAKE_LANG_COMPILER_ID.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Help/variable/CMAKE_LANG_COMPILER_ID.rst b/Help/variable/CMAKE_LANG_COMPILER_ID.rst index c495b71..8eb4fb6 100644 --- a/Help/variable/CMAKE_LANG_COMPILER_ID.rst +++ b/Help/variable/CMAKE_LANG_COMPILER_ID.rst @@ -25,7 +25,6 @@ include: HP = Hewlett-Packard Compiler (hp.com) IAR = IAR Systems (iar.com) Intel = Intel Compiler (intel.com) - IntelDPCPP = Intel DPCPP Compiler (intel.com) MSVC = Microsoft Visual Studio (microsoft.com) NVIDIA = NVIDIA CUDA Compiler (nvidia.com) OpenWatcom = Open Watcom (openwatcom.org) |