mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
Add a `fortran={ifort,ifx}` field to `CMAKE_GENERATOR_TOOLSET` to
specify which Intel Fortran compiler to use.
Fixes: #25427
12 lines
150 B
Plaintext
12 lines
150 B
Plaintext
CMake Error at CMakeLists.txt:[0-9]+ \(project\):
|
|
Generator
|
|
|
|
[^
|
|
]*
|
|
|
|
given toolset
|
|
|
|
fortran=bad
|
|
|
|
but the value is not "ifx" or "ifort"\.
|