mirror of
https://github.com/reactos/CMake.git
synced 2025-02-10 22:02:11 +00:00
![Alex Neundorf](/assets/img/avatar_default.png)
This makes the SYSTEM keyword work with the Intel compiler under Linux. AFAIK this is supported neither under Windows nor OSX. Alex
4 lines
101 B
CMake
4 lines
101 B
CMake
include(Platform/Linux-Intel)
|
|
__linux_compiler_intel(C)
|
|
set(CMAKE_INCLUDE_SYSTEM_FLAG_C "-isystem ")
|