mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 12:49:36 -06:00
Merge topic 'doc-vsfortran' into release-3.29
7fa0057c74 Help: emphasize need for VS Integrations with oneAPI Fortran
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !9387
This commit is contained in:
@@ -51,8 +51,8 @@ Supported pairs are:
|
||||
``fortran=<compiler>``
|
||||
.. versionadded:: 3.29
|
||||
|
||||
Specify the Fortran compiler to use, among those that integrate with VS.
|
||||
The value may be one of:
|
||||
Specify the Fortran compiler to use, among those that have the required
|
||||
Visual Studio Integration feature installed. The value may be one of:
|
||||
|
||||
``ifort``
|
||||
Intel classic Fortran compiler.
|
||||
|
||||
@@ -6,7 +6,7 @@ CMAKE_VS_PLATFORM_TOOLSET_FORTRAN
|
||||
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.
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user