From: schnorr Date: Wed, 14 Apr 2010 07:36:12 +0000 (+0000) Subject: changing message for tracing option X-Git-Tag: SVN~181 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/df416eb1194c5c6ff020a4529e3defdcbeab2517 changing message for tracing option git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7560 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/buildtools/Cmake/src/CMakeOption.txt b/buildtools/Cmake/src/CMakeOption.txt index 2629a51285..df9a68bf72 100644 --- a/buildtools/Cmake/src/CMakeOption.txt +++ b/buildtools/Cmake/src/CMakeOption.txt @@ -19,7 +19,7 @@ option(enable_compile_optimizations "" off) option(enable_compile_warnings "" off) option(enable_maintainer_mode "Permit to make flex and flexml files." off) option(enable_supernovae "Supernovae mode." off) -option(enable_tracing "Tracing mode." off) +option(enable_tracing "Tracing MSG (for now) simulations for visualization." off) option(enable_coverage "Enable coverage." off) option(enable_memcheck "Enable memcheck." off) option(enable_print_message "Enable print message during config." off)