summaryrefslogtreecommitdiff
path: root/Modules/Platform/Windows-Flang-Fortran.cmake
blob: a4b1cf14e1d06f93c2cf49c1d2a0e7fa1a12f9c6 (plain)
1
2
3
include(Platform/Windows-MSVC)
__windows_compiler_msvc(Fortran)
set(CMAKE_Fortran_COMPILE_OBJECT "<CMAKE_Fortran_COMPILER> ${_COMPILE_Fortran} <DEFINES> <INCLUDES> <FLAGS> -o <OBJECT> -c <SOURCE>")