diff options
author | Brad King <brad.king@kitware.com> | 2020-12-04 13:40:48 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-12-07 15:46:22 (GMT) |
commit | f0babb53b3b2f94b9286068b629237b7de60cb24 (patch) | |
tree | 71d9d59b4d4e90017dbba6507a92b4708da4061e /Modules/Compiler | |
parent | 70c9a3e29482acbf1db35b548b7264daf4927213 (diff) | |
download | CMake-f0babb53b3b2f94b9286068b629237b7de60cb24.zip CMake-f0babb53b3b2f94b9286068b629237b7de60cb24.tar.gz CMake-f0babb53b3b2f94b9286068b629237b7de60cb24.tar.bz2 |
Revert "Intel: Add Intel Clang compiler identification"
Revert commit 5c3a93ab88 (Intel: Add Intel Clang compiler
identification, 2020-09-29, v3.19.0-rc1~68^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.
Issue: #21551
Diffstat (limited to 'Modules/Compiler')
-rw-r--r-- | Modules/Compiler/IntelClang-DetermineCompiler.cmake | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Modules/Compiler/IntelClang-DetermineCompiler.cmake b/Modules/Compiler/IntelClang-DetermineCompiler.cmake deleted file mode 100644 index 3544be3..0000000 --- a/Modules/Compiler/IntelClang-DetermineCompiler.cmake +++ /dev/null @@ -1,7 +0,0 @@ - -set(_compiler_id_pp_test "defined(__clang__) && defined(__INTEL_CLANG_COMPILER)") - -include("${CMAKE_CURRENT_LIST_DIR}/Clang-DetermineCompilerInternal.cmake") - -string(APPEND _compiler_id_version_compute " -# define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__INTEL_CLANG_COMPILER)") |