mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 12:49:36 -06:00
Also learn how to suppress warnings when possible. See: https://discourse.cmake.org/t/icx-on-windows-supports-external-i/8739
7 lines
277 B
ReStructuredText
7 lines
277 B
ReStructuredText
IntelLLVM-isystem-flag
|
|
----------------------
|
|
|
|
* The :generator:`Ninja` and :generator:`NMake Makefiles` generators now use
|
|
the ``-external:I`` flag for system includes when using IntelLLVM as of
|
|
version 2021.4. The ``-external:W0`` flag is also used as of version 2022.2.
|