diff options
author | Brad King <brad.king@kitware.com> | 2023-11-22 15:03:58 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-11-22 15:22:12 (GMT) |
commit | 43d218d970665245692b8f8a1163a42ee9ee186d (patch) | |
tree | b7386d5395f13c424b630060a40d36233cea7cea /Modules/CompilerId | |
parent | 5c77facd7826f285fbf4d553160d1a542d60942b (diff) | |
download | CMake-43d218d970665245692b8f8a1163a42ee9ee186d.zip CMake-43d218d970665245692b8f8a1163a42ee9ee186d.tar.gz CMake-43d218d970665245692b8f8a1163a42ee9ee186d.tar.bz2 |
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
Diffstat (limited to 'Modules/CompilerId')
-rw-r--r-- | Modules/CompilerId/VS-Intel.vfproj.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CompilerId/VS-Intel.vfproj.in b/Modules/CompilerId/VS-Intel.vfproj.in index 044dd20..fdd9d9d 100644 --- a/Modules/CompilerId/VS-Intel.vfproj.in +++ b/Modules/CompilerId/VS-Intel.vfproj.in @@ -13,7 +13,7 @@ Name="Debug|@id_platform@" OutputDirectory="." IntermediateDirectory="$(ConfigurationName)" - > + @id_UseCompiler@> <Tool Name="VFFortranCompilerTool" DebugInformationFormat="debugEnabled" |