improve fc.cmake doc
This commit is contained in:
@ -1,10 +1,12 @@
|
||||
[project]
|
||||
name: example
|
||||
|
||||
[fortran]
|
||||
[fc]
|
||||
source: https://github.com/scisoft/autocmake/raw/master/modules/fc.cmake
|
||||
docopt: --fc=<FC> Fortran compiler [default: gfortran].
|
||||
--extra-fc-flags=<EXTRA_FCFLAGS> Extra Fortran compiler flags [default: ''].
|
||||
export: 'FC=%s' % arguments['--fc']
|
||||
define: '-DEXTRA_FCFLAGS=%s' % arguments['--extra-fc-flags']
|
||||
|
||||
[compilers]
|
||||
source: https://github.com/scisoft/autocmake/raw/master/compilers/GNU.Fortran.cmake
|
||||
|
Reference in New Issue
Block a user