convert math lib code to yaml

This commit is contained in:
Radovan Bast
2016-05-19 23:52:48 +02:00
parent 5b7ad87479
commit ac03dc7998
8 changed files with 33 additions and 30 deletions

View File

@ -8,10 +8,10 @@
# BLAS_LIBRARIES
# BLAS_INCLUDE_DIR
#
# autocmake.cfg configuration::
# autocmake.yml configuration::
#
# docopt: --blas Find and link to BLAS [default: False].
# define: '-DENABLE_BLAS={0}'.format(arguments['--blas'])
# docopt: "--blas Find and link to BLAS [default: False]."
# define: "'-DENABLE_BLAS={0}'.format(arguments['--blas'])"
option(ENABLE_BLAS "Find and link to BLAS" OFF)