summaryrefslogtreecommitdiffstats
path: root/Modules/CompilerId
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-11-22 15:03:58 (GMT)
committerBrad King <brad.king@kitware.com>2023-11-22 15:22:12 (GMT)
commit43d218d970665245692b8f8a1163a42ee9ee186d (patch)
treeb7386d5395f13c424b630060a40d36233cea7cea /Modules/CompilerId
parent5c77facd7826f285fbf4d553160d1a542d60942b (diff)
downloadCMake-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.in2
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"