mirror of
https://github.com/reactos/CMake.git
synced 2024-12-06 02:37:17 +00:00
a85e17e660
Teach CMake(C|CXX|Fortran)CompilerId* to report the MSVC version simulated by the Intel compiler, if any. Refactor the Windows-Intel platform information helper module to load Windows-MSVC instead of duplicating the information. Teach Windows-MSVC to understand when it is loaded as the simulated Fortran compiler (its preprocessor is simulated).
4 lines
87 B
CMake
4 lines
87 B
CMake
include(Platform/Windows-Intel)
|
|
set(_COMPILE_CXX " /TP")
|
|
__windows_compiler_intel(CXX)
|