mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-28 11:48:36 -06:00
Add a `fortran={ifort,ifx}` field to `CMAKE_GENERATOR_TOOLSET` to
specify which Intel Fortran compiler to use.
Fixes: #25427
8 lines
247 B
ReStructuredText
8 lines
247 B
ReStructuredText
vs-ifx
|
|
------
|
|
|
|
* :ref:`Visual Studio Generators` now support selecting between the
|
|
Intel oneAPI Fortran compiler (``ifx``) and the Intel classic Fortran
|
|
compiler (``ifort``) using a ``fortran=`` field in
|
|
:variable:`CMAKE_GENERATOR_TOOLSET`.
|