covert two modules to yaml

This commit is contained in:
Radovan Bast
2016-05-19 23:22:28 +02:00
parent 104f64cb1c
commit d09aa22623
2 changed files with 6 additions and 6 deletions

View File

@ -8,10 +8,10 @@
# CMAKE_C_FLAGS
# CMAKE_CXX_FLAGS
#
# autocmake.cfg configuration::
# autocmake.yml configuration::
#
# docopt: --coverage Enable code coverage [default: False].
# define: '-DENABLE_CODE_COVERAGE=%s' % arguments['--coverage']
# docopt: "--coverage Enable code coverage [default: False]."
# define: "'-DENABLE_CODE_COVERAGE=\"{0}\"'.format(arguments['--coverage'])"
option(ENABLE_CODE_COVERAGE "Enable code coverage" OFF)