X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1038b1a8e8bcb6f17417a1027a6c59438d248555..0f2e2d0a3c6e790f43f05da47d1f1bcf27b584a9:/buildtools/Cmake/Option.cmake diff --git a/buildtools/Cmake/Option.cmake b/buildtools/Cmake/Option.cmake index 302eea31df..49fc2593f6 100644 --- a/buildtools/Cmake/Option.cmake +++ b/buildtools/Cmake/Option.cmake @@ -34,6 +34,7 @@ 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 MSG (for now) simulations for visualization." off) +option(enable_latency_bound_tracking "" off) option(enable_coverage "Enable coverage." off) option(enable_memcheck "Enable memcheck." off) option(enable_print_message "Enable print message during config." off)