rm quotes in compiler exports

This commit is contained in:
Radovan Bast
2015-10-13 10:05:36 +02:00
parent cff0797b7b
commit 246c0cf2b2
4 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@
#
# docopt: --fc=<FC> Fortran compiler [default: gfortran].
# --extra-fc-flags=<EXTRA_FCFLAGS> Extra Fortran compiler flags [default: ''].
# export: 'FC="{0}"'.format(arguments['--fc'])
# export: 'FC={0}'.format(arguments['--fc'])
# define: '-DEXTRA_FCFLAGS="{0}"'.format(arguments['--extra-fc-flags'])
enable_language(Fortran)