This commit is contained in:
Radovan Bast
2016-05-19 23:39:13 +02:00
parent 4eb5dee936
commit 0c6976a70d
3 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@
# autocmake.yml configuration::
#
# docopt: "--coverage Enable code coverage [default: False]."
# define: "'-DENABLE_CODE_COVERAGE=\"{0}\"'.format(arguments['--coverage'])"
# define: "'-DENABLE_CODE_COVERAGE={0}'.format(arguments['--coverage'])"
option(ENABLE_CODE_COVERAGE "Enable code coverage" OFF)