CMake/Modules/Platform/Linux-Intel-C.cmake
Alex Neundorf cab5ebd497 Intel compiler: add -isystem flag under Linux
This makes the SYSTEM keyword work with the Intel compiler
under Linux. AFAIK this is supported neither under Windows nor OSX.

Alex
2014-02-07 00:23:31 +01:00

4 lines
101 B
CMake

include(Platform/Linux-Intel)
__linux_compiler_intel(C)
set(CMAKE_INCLUDE_SYSTEM_FLAG_C "-isystem ")