mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 04:40:18 -05:00
VS: Add support for using Intel oneAPI Fortran compiler in .vfproj files
Add a `fortran={ifort,ifx}` field to `CMAKE_GENERATOR_TOOLSET` to
specify which Intel Fortran compiler to use.
Fixes: #25427
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
|
||||
#include <cm/optional>
|
||||
|
||||
#include <cm3p/json/value.h>
|
||||
|
||||
#include "cmGlobalVisualStudioGenerator.h"
|
||||
@@ -102,6 +104,10 @@ public:
|
||||
}
|
||||
|
||||
const std::string& GetIntelProjectVersion();
|
||||
virtual cm::optional<std::string> GetPlatformToolsetFortran() const
|
||||
{
|
||||
return cm::nullopt;
|
||||
}
|
||||
|
||||
bool FindMakeProgram(cmMakefile* mf) override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user