convert more modules to yaml

This commit is contained in:
Radovan Bast
2016-05-19 23:57:24 +02:00
parent ac03dc7998
commit 51cdb55c53
6 changed files with 29 additions and 26 deletions

View File

@ -6,10 +6,10 @@
#
# CMAKE_Fortran_FLAGS
#
# autocmake.cfg configuration::
# autocmake.yml configuration::
#
# docopt: --int64 Enable 64bit integers [default: False].
# define: '-DENABLE_64BIT_INTEGERS={0}'.format(arguments['--int64'])
# docopt: "--int64 Enable 64bit integers [default: False]."
# define: "'-DENABLE_64BIT_INTEGERS={0}'.format(arguments['--int64'])"
option(ENABLE_64BIT_INTEGERS "Enable 64-bit integers" OFF)