diff options
author | Brad King <brad.king@kitware.com> | 2021-06-30 13:31:55 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-06-30 13:31:55 (GMT) |
commit | ab06f781821205ebf6a015e857d4cd9fa49f06b7 (patch) | |
tree | 7e13cb50f56f6547df9d3f0764f204d611fa885c /Help/generator/Visual Studio 11 2012.rst | |
parent | e610e99ad34a545ac67f1977e78ea59a52fdcf79 (diff) | |
download | CMake-ab06f781821205ebf6a015e857d4cd9fa49f06b7.zip CMake-ab06f781821205ebf6a015e857d4cd9fa49f06b7.tar.gz CMake-ab06f781821205ebf6a015e857d4cd9fa49f06b7.tar.bz2 |
Help: Document VS generator support for Intel Fortran
Extend the list of project types added by commit a82eb539f0 (Help:
Describe the type of Visual Studio projects that can be generated,
2018-08-04, v3.13.0-rc1~227^2) to mention that Fortran projects are
supported with Intel compiler integration.
Diffstat (limited to 'Help/generator/Visual Studio 11 2012.rst')
-rw-r--r-- | Help/generator/Visual Studio 11 2012.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Help/generator/Visual Studio 11 2012.rst b/Help/generator/Visual Studio 11 2012.rst index 932548b..3952228 100644 --- a/Help/generator/Visual Studio 11 2012.rst +++ b/Help/generator/Visual Studio 11 2012.rst @@ -9,8 +9,9 @@ generator using the name "Visual Studio 11" without the year component. Project Types ^^^^^^^^^^^^^ -Only Visual C++ and C# projects may be generated. Other types of -projects (JavaScript, Database, Website, etc.) are not supported. +Only Visual C++ and C# projects may be generated (and Fortran with +Intel compiler integration). Other types of projects (JavaScript, +Database, Website, etc.) are not supported. Platform Selection ^^^^^^^^^^^^^^^^^^ |