switch to .format()

This commit is contained in:
Radovan Bast
2016-05-19 23:46:32 +02:00
parent 0c6976a70d
commit 5b7ad87479
13 changed files with 15 additions and 15 deletions

View File

@ -11,7 +11,7 @@
# autocmake.cfg configuration::
#
# docopt: --lapacke Find and link to LAPACKE [default: False].
# define: '-DENABLE_LAPACKE=%s' % arguments['--lapacke']
# define: '-DENABLE_LAPACKE={0}'.format(arguments['--lapacke'])
# fetch: https://github.com/coderefinery/autocmake/raw/master/modules/find/find_libraries.cmake
# https://github.com/coderefinery/autocmake/raw/master/modules/find/find_include_files.cmake