From: navarrop Date: Tue, 23 Nov 2010 12:54:35 +0000 (+0000) Subject: Remove tracing from buildname. X-Git-Tag: v3_5~217 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/80a99e94811344d669e17d45d87c06f468f13ee8?hp=e76439140a3c6fcd2e65ba5d6ef7ae1e4268f5a7 Remove tracing from buildname. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8613 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/buildtools/Cmake/CTestConfig.cmake b/buildtools/Cmake/CTestConfig.cmake index 437112699f..4477a9f1d7 100644 --- a/buildtools/Cmake/CTestConfig.cmake +++ b/buildtools/Cmake/CTestConfig.cmake @@ -25,10 +25,6 @@ if(HAVE_GTNETS) SET(BUILDNAME "GTNETS" CACHE TYPE INTERNAL FORCE) endif(HAVE_GTNETS) -if(HAVE_TRACING) - SET(BUILDNAME "TRACING" CACHE TYPE INTERNAL FORCE) -endif(HAVE_TRACING) - if(HAVE_MC) SET(BUILDNAME "MODEL-CHECKING" CACHE TYPE INTERNAL FORCE) endif(HAVE_MC)