mirror of
https://github.com/reactos/CMake.git
synced 2024-11-28 05:50:42 +00:00
3693c63f2e
Create platform information modules Platform/Darwin-Intel-(C|CXX).cmake and helper module Platform/Darwin-Intel.cmake. Teach existing module Platform/Darwin-Intel-Fortran.cmake to use the helper too. Move information from Platform/Darwin-icc.cmake into these files and drop information already in Platform/Darwin.cmake to avoid duplication.
3 lines
60 B
CMake
3 lines
60 B
CMake
include(Platform/Darwin-Intel)
|
|
__darwin_compiler_intel(CXX)
|