rename --check to --profile (was copy paste error)

This commit is contained in:
Radovan Bast 2017-02-14 12:01:47 +01:00
parent 0f47558e3a
commit 5dc60d3a3c

View File

@ -11,7 +11,7 @@
# autocmake.yml configuration::
#
# docopt: "--profile Enable profiling [default: False]"
# define: "'-DENABLE_PROFILING={0}'.format(arguments['--check'])"
# define: "'-DENABLE_PROFILING={0}'.format(arguments['--profile'])"
option(ENABLE_PROFILING "Enable profiling" OFF)