diff --git a/modules/profile.cmake b/modules/profile.cmake index d328d00..14a8cca 100644 --- a/modules/profile.cmake +++ b/modules/profile.cmake @@ -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)