From 80a99e94811344d669e17d45d87c06f468f13ee8 Mon Sep 17 00:00:00 2001 From: navarrop Date: Tue, 23 Nov 2010 12:54:35 +0000 Subject: [PATCH 1/1] Remove tracing from buildname. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8613 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- buildtools/Cmake/CTestConfig.cmake | 4 ---- 1 file changed, 4 deletions(-) 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) -- 2.20.1