summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/GeneratorToolset/BadToolsetFortran-result.txt
Commit message (Collapse)AuthorAgeFilesLines
* VS: Add support for using Intel oneAPI Fortran compiler in .vfproj filesBrad King2023-11-221-0/+1
Add a `fortran={ifort,ifx}` field to `CMAKE_GENERATOR_TOOLSET` to specify which Intel Fortran compiler to use. Fixes: #25427