From 5dc60d3a3c6bba93b5960f30c0783f4a05faa9da Mon Sep 17 00:00:00 2001 From: Radovan Bast Date: Tue, 14 Feb 2017 12:01:47 +0100 Subject: [PATCH] rename --check to --profile (was copy paste error) --- modules/profile.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)