2020-11-20 10:29:25 -08:00
|
|
|
# vcpkg_find_fortran
|
|
|
|
|
2021-03-11 01:56:07 +08:00
|
|
|
The latest version of this document lives in the [vcpkg repo](https://github.com/Microsoft/vcpkg/blob/master/docs/maintainers/vcpkg_find_fortran.md).
|
2021-02-28 13:17:19 -08:00
|
|
|
|
2020-11-20 10:29:25 -08:00
|
|
|
Checks if a Fortran compiler can be found.
|
|
|
|
Windows(x86/x64) Only: If not it will switch/enable MinGW gfortran
|
|
|
|
and return required cmake args for building.
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
```cmake
|
2020-12-01 13:37:26 -08:00
|
|
|
vcpkg_find_fortran(<additional_cmake_args_out>)
|
2020-11-20 10:29:25 -08:00
|
|
|
```
|
|
|
|
|
|
|
|
## Source
|
2021-02-28 13:17:19 -08:00
|
|
|
[scripts/cmake/vcpkg\_find\_fortran.cmake](https://github.com/Microsoft/vcpkg/blob/master/scripts/cmake/vcpkg_find_fortran.cmake)
|