diff options
Diffstat (limited to 'Help/variable/CMAKE_GENERATOR_TOOLSET.rst')
-rw-r--r-- | Help/variable/CMAKE_GENERATOR_TOOLSET.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/variable/CMAKE_GENERATOR_TOOLSET.rst b/Help/variable/CMAKE_GENERATOR_TOOLSET.rst index b83fa01..ae1197d 100644 --- a/Help/variable/CMAKE_GENERATOR_TOOLSET.rst +++ b/Help/variable/CMAKE_GENERATOR_TOOLSET.rst @@ -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. |