mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Add a `fortran={ifort,ifx}` field to `CMAKE_GENERATOR_TOOLSET` to
specify which Intel Fortran compiler to use.
Fixes: #25427
13 lines
497 B
ReStructuredText
13 lines
497 B
ReStructuredText
CMAKE_VS_PLATFORM_TOOLSET_FORTRAN
|
|
---------------------------------
|
|
|
|
.. versionadded:: 3.29
|
|
|
|
Fortran compiler to be used by Visual Studio projects.
|
|
|
|
:ref:`Visual Studio Generators` support selecting among Fortran compilers
|
|
whose Visual Studio Integration is installed. The compiler may be specified
|
|
by a field in :variable:`CMAKE_GENERATOR_TOOLSET` of the form ``fortran=...``.
|
|
CMake provides the selected Fortran compiler in this variable.
|
|
The value may be empty if the field was not specified.
|