mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 22:31:18 -05:00
8ce6689d8b
Teach CMake to recognize Diab versions 5.9.x.x and above. Closes: #26666
9 lines
361 B
ReStructuredText
9 lines
361 B
ReStructuredText
diab-compiler-support
|
|
---------------------
|
|
|
|
* `Diab compilers from Wind River Systems`_, versions 5.9.x+, are now
|
|
supported with :variable:`compiler id <CMAKE_<LANG>_COMPILER_ID>` ``Diab``
|
|
for languages ``ASM``, ``C``, and ``CXX``.
|
|
|
|
.. _`Diab compilers from Wind River Systems`: https://www.windriver.com/resource/wind-river-diab-compiler-product-overview
|