Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
changing message for tracing option
authorschnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 14 Apr 2010 07:36:12 +0000 (07:36 +0000)
committerschnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 14 Apr 2010 07:36:12 +0000 (07:36 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7560 48e7efb5-ca39-0410-a469-dd3cf9ba447f

buildtools/Cmake/src/CMakeOption.txt

index 2629a51..df9a68b 100644 (file)
@@ -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)