mirror of
https://github.com/reactos/CMake.git
synced 2025-01-21 02:45:05 +00:00
Merge topic 'pgi-ninja-fortran'
4087d0ae PGI: Add support for Fortran with the Ninja generator
This commit is contained in:
commit
8f9e0884d4
@ -1,6 +1,9 @@
|
||||
include(Compiler/PGI)
|
||||
__compiler_pgi(Fortran)
|
||||
|
||||
set(CMAKE_Fortran_PREPROCESS_SOURCE
|
||||
"<CMAKE_Fortran_COMPILER> -Mpreprocess <DEFINES> <INCLUDES> <FLAGS> -E <SOURCE> > <PREPROCESSED_SOURCE>")
|
||||
|
||||
set(CMAKE_Fortran_FORMAT_FIXED_FLAG "-Mnofreeform")
|
||||
set(CMAKE_Fortran_FORMAT_FREE_FLAG "-Mfreeform")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user