mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Be more explicit that VS Integration is required to use Intel Fortran with MSVC. It is common that users do not have VS Integration installed because oneAPI is then only usable with a narrow range of MSVC versions, even when oneAPI is used by itself with MSVC as the required backend. Without VS Integration, a wide range of MSVC versions work as the backend to oneAPI on Windows.
13 lines
519 B
ReStructuredText
13 lines
519 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
|
|
that have the required Visual Studio Integration feature 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.
|