mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 06:09:52 -06:00
The compiler identifies itself with the `__INTEL_CLANG_COMPILER` preprocessor definition.
8 lines
283 B
CMake
8 lines
283 B
CMake
|
|
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)")
|