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

@ -18,7 +18,7 @@
# autocmake.cfg configuration::
#
# docopt: --python=<PYTHON_INTERPRETER> The Python interpreter (development version) to use. [default: ''].
# define: '-DPYTHON_INTERPRETER="%s"' % arguments['--python']
# define: '-DPYTHON_INTERPRETER="{0}"'.format(arguments['--python'])
if("${PYTHON_INTERPRETER}" STREQUAL "")
find_package(PythonInterp REQUIRED)